File tree Expand file tree Collapse file tree 6 files changed +0
-66
lines changed Expand file tree Collapse file tree 6 files changed +0
-66
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,6 @@ class MonitorCommand extends DatabaseInspectionCommand
20
20
{--databases= : The database connections to monitor}
21
21
{--max= : The maximum number of connections that can be open before an event is dispatched} ' ;
22
22
23
- /**
24
- * The name of the console command.
25
- *
26
- * This name is used to identify the command during lazy loading.
27
- *
28
- * @var string|null
29
- *
30
- * @deprecated
31
- */
32
- protected static $ defaultName = 'db:monitor ' ;
33
-
34
23
/**
35
24
* The console command description.
36
25
*
Original file line number Diff line number Diff line change @@ -27,17 +27,6 @@ class ShowModelCommand extends DatabaseInspectionCommand
27
27
*/
28
28
protected $ name = 'model:show {model} ' ;
29
29
30
- /**
31
- * The name of the console command.
32
- *
33
- * This name is used to identify the command during lazy loading.
34
- *
35
- * @var string|null
36
- *
37
- * @deprecated
38
- */
39
- protected static $ defaultName = 'model:show ' ;
40
-
41
30
/**
42
31
* The console command description.
43
32
*
Original file line number Diff line number Diff line change @@ -18,17 +18,6 @@ class AboutCommand extends Command
18
18
protected $ signature = 'about {--only= : The section to display}
19
19
{--json : Output the information as JSON} ' ;
20
20
21
- /**
22
- * The name of the console command.
23
- *
24
- * This name is used to identify the command during lazy loading.
25
- *
26
- * @var string|null
27
- *
28
- * @deprecated
29
- */
30
- protected static $ defaultName = 'about ' ;
31
-
32
21
/**
33
22
* The console command description.
34
23
*
Original file line number Diff line number Diff line change @@ -26,17 +26,6 @@ class DocsCommand extends Command
26
26
*/
27
27
protected $ signature = 'docs {page? : The documentation page to open} {section? : The section of the page to open} ' ;
28
28
29
- /**
30
- * The name of the console command.
31
- *
32
- * This name is used to identify the command during lazy loading.
33
- *
34
- * @var string|null
35
- *
36
- * @deprecated
37
- */
38
- protected static $ defaultName = 'docs ' ;
39
-
40
29
/**
41
30
* The console command description.
42
31
*
Original file line number Diff line number Diff line change @@ -26,17 +26,6 @@ class EnvironmentDecryptCommand extends Command
26
26
{--path= : Path to write the decrypted file}
27
27
{--filename= : Filename of the decrypted file} ' ;
28
28
29
- /**
30
- * The name of the console command.
31
- *
32
- * This name is used to identify the command during lazy loading.
33
- *
34
- * @var string|null
35
- *
36
- * @deprecated
37
- */
38
- protected static $ defaultName = 'env:decrypt ' ;
39
-
40
29
/**
41
30
* The console command description.
42
31
*
Original file line number Diff line number Diff line change @@ -23,17 +23,6 @@ class EnvironmentEncryptCommand extends Command
23
23
{--env= : The environment to be encrypted}
24
24
{--force : Overwrite the existing encrypted environment file} ' ;
25
25
26
- /**
27
- * The name of the console command.
28
- *
29
- * This name is used to identify the command during lazy loading.
30
- *
31
- * @var string|null
32
- *
33
- * @deprecated
34
- */
35
- protected static $ defaultName = 'env:encrypt ' ;
36
-
37
26
/**
38
27
* The console command description.
39
28
*
You can’t perform that action at this time.
0 commit comments