Skip to content

Commit e694518

Browse files
committed
Remove unused register method
1 parent 1e3a922 commit e694518

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ServiceProvider.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,4 @@ public function boot()
1818
return '<div id="app" data-page="{{ json_encode($page) }}"></div>';
1919
});
2020
}
21-
22-
/**
23-
* Register bindings in the container.
24-
*
25-
* @return void
26-
*/
27-
public function register()
28-
{
29-
//
30-
}
3121
}

0 commit comments

Comments
 (0)