Add type hints for Laravel 10
This commit is contained in:
@@ -45,7 +45,7 @@ class MediaMigrate extends Command
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function handle()
|
||||
public function handle(): void
|
||||
{
|
||||
$replace = $this->option('replace');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user