diff --git a/src/Console/WidgetMakeCommand.php b/src/Console/WidgetMakeCommand.php index 15b8daf..152a5fb 100644 --- a/src/Console/WidgetMakeCommand.php +++ b/src/Console/WidgetMakeCommand.php @@ -31,7 +31,7 @@ class WidgetMakeCommand extends GeneratorCommand protected $type = 'Widget'; /** - * Execute the console command for Laravel >= 5.5 + * Execute the console command for Laravel >= 5.5. * * @return void */ @@ -51,7 +51,7 @@ public function handle() } /** - * Execute the console command for Laravel < 5.5 + * Execute the console command for Laravel < 5.5. * * @return void */