Skip to content

Commit 68d89af

Browse files
committed
Merge branch 'feat-eloquent-only' of github.com:barryvdh/laravel-ide-helper into feat-eloquent-only
2 parents fb09e1c + a9a8f08 commit 68d89af

File tree

1 file changed

+0
-1
lines changed
  • tests/Console/GeneratorCommand/GenerateEloquentOnly

1 file changed

+0
-1
lines changed

tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ public function testGenerator(): void
2222
$this->assertStringNotContainsString('public static function configure($basePath = null)', $this->mockFilesystemOutput);
2323
$this->assertStringContainsString('class Eloquent extends \Illuminate\Database\Eloquent\Model', $this->mockFilesystemOutput);
2424
}
25-
2625
}

0 commit comments

Comments
 (0)