Skip to content

Commit 1aa6649

Browse files
committed
removed type from sugnature
1 parent a8b7176 commit 1aa6649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallWorldwideCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class InstallWorldwideCommand extends Command
99
/**
1010
* The name and signature of the console command.
1111
*/
12-
protected string $signature = 'worldwide:install';
12+
protected $signature = 'worldwide:install';
1313

1414
/**
1515
* The console command description.

0 commit comments

Comments
 (0)