Merge branch 'barry-backport' of https://github.com/scrumble-nl/laravel-ide-helper into barry-backport

This commit is contained in:
stefanScrumble
2024-03-08 11:14:04 +01:00
3 changed files with 8 additions and 3 deletions
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateMixinCollection\Models;
use Illuminate\Database\Eloquent\Model;
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateMixinCollection;
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;