composer fix-style

This commit is contained in:
laravel-ide-helper
2024-03-08 10:50:58 +00:00
committed by github-actions[bot]
parent 56870d8226
commit 5d6b655271
3 changed files with 33 additions and 32 deletions
@@ -47,6 +47,5 @@ class WithCollection extends Model
public function getCollectionWithNestedTemplateAttribute(): Collection
{
return new Collection();
}
}
@@ -1,8 +1,9 @@
<?php
declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateMixinCollection\NonModels;
class CollectionModel
{
}
@@ -1,8 +1,9 @@
<?php
declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateMixinCollection\NonModels;
class NonModel
{
}