fix: Model's --write duplicates array properties (#1594)

* Use the bug-fixed version of the upstream library

* Updated the test for fixed features to correctly expect
This commit is contained in:
KentarouTakeda
2024-10-17 18:34:58 +02:00
committed by GitHub
parent 4f588b9782
commit d3965aaab5
3 changed files with 1 additions and 8 deletions
@@ -9,10 +9,6 @@ use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
class Test extends AbstractModelsCommand
{
/**
* The generated snapshot is wrong until
* https://github.com/barryvdh/laravel-ide-helper/issues/1505 is fixed
*/
public function test(): void
{
$command = $this->app->make(ModelsCommand::class);