File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717class DebugServiceProvider extends ServiceProvider
1818{
19- public function boot (): void
19+ public function boot ()
2020 {
2121 $ ips = config ('lodash.debug.ips ' );
2222 $ ip = app (Request::class)->getClientIp ();
@@ -25,7 +25,7 @@ public function boot(): void
2525 }
2626 }
2727
28- public function register (): void
28+ public function register ()
2929 {
3030 }
3131}
Original file line number Diff line number Diff line change 1616
1717class LodashServiceProvider extends ServiceProvider
1818{
19- public function boot (): void
19+ public function boot ()
2020 {
2121 $ this ->publishes ([
2222 __DIR__ . '/../config/config.php ' => config_path ('lodash.php ' ),
2323 ]);
2424 }
2525
26- public function register (): void
26+ public function register ()
2727 {
2828
2929 $ this ->app ->singleton (
You can’t perform that action at this time.
0 commit comments