Skip to content

Commit 5a481e0

Browse files
committed
Commited to modify factory
1 parent a9ef0d8 commit 5a481e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

database/factories/PermissionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PermissionFactory extends Factory
1212
public function definition()
1313
{
1414
return [
15-
15+
//
1616
];
1717
}
1818
}

database/factories/RoleFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class RoleFactory extends Factory
1313
public function definition()
1414
{
1515
return [
16-
16+
//
1717
];
1818
}
1919
}

database/factories/RoleHasPermissionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class RoleHasPermissionFactory extends Factory
1313
public function definition()
1414
{
1515
return [
16-
16+
//
1717
];
1818
}
1919
}

0 commit comments

Comments
 (0)