@@ -36,7 +36,7 @@ |
||
36 | 36 | */ |
37 | 37 | public function apply($model, PrettusRepositoryInterface $repository) |
38 | 38 | { |
39 | - if(!$this->userId){ |
|
39 | + if (!$this->userId) { |
|
40 | 40 | $this->userId = Auth::user()->id; |
41 | 41 | } |
42 | 42 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | use App\Containers\Application\Models\Application; |
5 | 5 | use App\Containers\User\Models\User; |
6 | 6 | |
7 | -$factory->define(Application::class, function (Faker\Generator $faker) { |
|
7 | +$factory->define(Application::class, function(Faker\Generator $faker) { |
|
8 | 8 | |
9 | 9 | return [ |
10 | 10 | 'name' => $faker->name, |