Skip to content

Commit a8a33b7

Browse files
Remove extraneous method in default provider
1 parent 66537ea commit a8a33b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/inertiajs-stubs/providers/InertiaJsServiceProvider.stub

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ use Inertia\Inertia;
1010
class InertiaJsServiceProvider extends ServiceProvider
1111
{
1212
public function register()
13-
{
14-
$this->registerInertia();
15-
}
16-
17-
protected function registerInertia()
1813
{
1914
Inertia::version(function () {
2015
return md5_file(public_path('mix-manifest.json'));

0 commit comments

Comments
 (0)