Skip to content

Commit

Permalink
Merge branch 'feat-eloquent-only' of github.com:barryvdh/laravel-ide-…
Browse files Browse the repository at this point in the history
…helper into feat-eloquent-only
  • Loading branch information
barryvdh committed Dec 29, 2024
2 parents fb09e1c + a9a8f08 commit 68d89af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ public function testGenerator(): void
$this->assertStringNotContainsString('public static function configure($basePath = null)', $this->mockFilesystemOutput);
$this->assertStringContainsString('class Eloquent extends \Illuminate\Database\Eloquent\Model', $this->mockFilesystemOutput);
}

}

0 comments on commit 68d89af

Please sign in to comment.