We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987e7e0 commit 0c9eb08Copy full SHA for 0c9eb08
src/ClientTimezoneServiceProvider.php
@@ -40,7 +40,7 @@ public function boot()
40
public function register()
41
{
42
include __DIR__ . '/routes.php';
43
- $this->app->make('KevinOrriss\ClientTimezone\ClientTimezoneController');
44
$this->app->make('KevinOrriss\ClientTimezone\ClientTimezone');
+ $this->app->make('KevinOrriss\ClientTimezone\ClientTimezoneController');
45
}
46
0 commit comments