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 4979811 commit fee3f3dCopy full SHA for fee3f3d
app/Console/Commands/AddLocation.php
@@ -31,11 +31,11 @@ class AddLocation extends Command
31
{
32
protected $data = [];
33
34
- /**
35
- * The name and signature of the console command.
36
- *
37
- * @var string
38
- */
+ /**
+ * The name and signature of the console command.
+ *
+ * @var string
+ */
39
protected $signature = 'pterodactyl:location
40
{--short= : The shortcode name of this location (ex. us1).}
41
{--long= : A longer description of this location.}';
0 commit comments