diff --git a/src/MultiauthServiceProvider.php b/src/MultiauthServiceProvider.php index dcc6331..12a19f1 100644 --- a/src/MultiauthServiceProvider.php +++ b/src/MultiauthServiceProvider.php @@ -26,7 +26,7 @@ public function boot() if ($this->canHaveAdminBackend()) { $this->loadViewsFrom(__DIR__ . '/views', 'multiauth'); $this->registerRoutes(); - $this->publisheThings(); + $this->publishThings(); $this->mergeConfigFrom(__DIR__ . '/../config/multiauth.php', 'multiauth'); $this->mergeAuthFileFrom(__DIR__ . '/../config/auth.php', 'auth'); $this->loadBladeSyntax(); @@ -134,7 +134,7 @@ protected function multi_array_merge($toMerge, $original) return $auth; } - protected function publisheThings() + protected function publishThings() { $prefix = config('multiauth.prefix', 'admin'); $this->publishes([