mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user