Skip to content

Commit 2226c84

Browse files
committed
refactor: code
refs: #187
1 parent 414df56 commit 2226c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/seeder.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function run()
3939
@endforeach
4040
@foreach($relations['belongsToMany'] as $relation)
4141
$list = \{{ $factoryNamespace }}\{{ $relation }}Factory::new()->count(10)->create()->pluck('id');
42-
${{ strtolower($entity) }}->{{ strtolower($relation )}}s()->sync($list);
42+
${{ strtolower($entity) }}->{{ strtolower($relation) }}s()->sync($list);
4343
@endforeach
4444
}
4545
}

0 commit comments

Comments
 (0)