File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
class CommandGenerator
11
11
{
12
12
protected string $ operation ;
13
+
13
14
protected array $ remote ;
15
+
14
16
protected array $ recipe ;
17
+
15
18
protected string $ options ;
16
19
17
20
public function operation (string $ operation ): self
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class SyncCommands extends BaseCommand
9
9
*
10
10
* @var string
11
11
*/
12
- protected $ signature = " sync:commands " ;
12
+ protected $ signature = ' sync:commands ' ;
13
13
14
14
/**
15
15
* The console command description.
@@ -20,7 +20,6 @@ class SyncCommands extends BaseCommand
20
20
21
21
/**
22
22
* Execute the console command.
23
- *
24
23
*/
25
24
public function handle (): void
26
25
{
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class SyncList extends BaseCommand
9
9
*
10
10
* @var string
11
11
*/
12
- protected $ signature = " sync:list " ;
12
+ protected $ signature = ' sync:list ' ;
13
13
14
14
/**
15
15
* The console command description.
@@ -20,7 +20,6 @@ class SyncList extends BaseCommand
20
20
21
21
/**
22
22
* Execute the console command.
23
- *
24
23
*/
25
24
public function handle (): void
26
25
{
Original file line number Diff line number Diff line change 9
9
class SyncProcessor
10
10
{
11
11
protected $ commands ;
12
+
12
13
protected $ artisanCommand ;
13
14
14
15
public function commands (Collection $ commands ): self
You can’t perform that action at this time.
0 commit comments