File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 7
7
use Illuminate \Support \Str ;
8
8
use Native \Electron \Concerns \LocatesPhpBinary ;
9
9
use Native \Electron \Facades \Updater ;
10
+
10
11
use function Laravel \Prompts \select ;
11
12
12
13
class PublishCommand extends Command
Original file line number Diff line number Diff line change 6
6
7
7
class GitHubProvider implements Updater
8
8
{
9
- public function __construct (protected array $ config )
10
- {
11
- }
9
+ public function __construct (protected array $ config ) {}
12
10
13
11
public function environmentVariables (): array
14
12
{
Original file line number Diff line number Diff line change 6
6
7
7
class S3Provider implements Updater
8
8
{
9
- public function __construct (protected array $ config )
10
- {
11
- }
9
+ public function __construct (protected array $ config ) {}
12
10
13
11
public function environmentVariables (): array
14
12
{
Original file line number Diff line number Diff line change 6
6
7
7
class SpacesProvider implements Updater
8
8
{
9
- public function __construct (protected array $ config )
10
- {
11
- }
9
+ public function __construct (protected array $ config ) {}
12
10
13
11
public function environmentVariables (): array
14
12
{
You can’t perform that action at this time.
0 commit comments