@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * Get the services provided by the provider. |
43 | 43 | * |
44 | - * @return array |
|
44 | + * @return string[] |
|
45 | 45 | */ |
46 | 46 | public function provides() |
47 | 47 | { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | */ |
21 | 21 | public function register() |
22 | 22 | { |
23 | - $this->app->singleton('PageTitle', function ($app) { |
|
23 | + $this->app->singleton('PageTitle', function($app) { |
|
24 | 24 | $delimeter = config('pagetitle.delimiter'); |
25 | 25 | $page_name = config('pagetitle.page_name'); |
26 | 26 | $default = config('pagetitle.default_title_when_empty'); |