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 3879ac1 commit d1a1f6dCopy full SHA for d1a1f6d
src/LaravelValidateServiceProvider.php
@@ -40,10 +40,8 @@ class LaravelValidateServiceProvider extends ServiceProvider
40
41
/**
42
* Register files.
43
- *
44
- * @return void
45
*/
46
- public function register()
+ public function register(): void
47
{
48
if ($this->app->runningInConsole()) {
49
$this->publishLangFiles();
@@ -68,10 +66,8 @@ private function publishLangFiles(): void
68
66
69
67
70
* Publish config file.
71
72
73
74
- private function publishConfigFile()
+ private function publishConfigFile(): void
75
76
$this->publishes([
77
__DIR__.'/../config/laravel-validate.php' => config_path('laravel-validate.php'),
0 commit comments