Completed
Push — master ( 7fa276...1dd3a1 )
by Mahmoud
03:24
created
app/Containers/Authorization/Data/Factories/RoleFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 // User
4 4
 use App\Containers\Authorization\Models\Role;
5 5
 
6
-$factory->define(Role::class, function (Faker\Generator $faker) {
6
+$factory->define(Role::class, function(Faker\Generator $faker) {
7 7
 
8 8
     return [
9 9
         'name' => $faker->slug,
Please login to merge, or discard this patch.