Skip to content

Commit 0c9eb08

Browse files
committed
Switched the register order
ClientTimezone class now loaded before the controller
1 parent 987e7e0 commit 0c9eb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClientTimezoneServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function boot()
4040
public function register()
4141
{
4242
include __DIR__ . '/routes.php';
43-
$this->app->make('KevinOrriss\ClientTimezone\ClientTimezoneController');
4443
$this->app->make('KevinOrriss\ClientTimezone\ClientTimezone');
44+
$this->app->make('KevinOrriss\ClientTimezone\ClientTimezoneController');
4545
}
4646
}

0 commit comments

Comments
 (0)