Skip to content

Commit df50be5

Browse files
authored
Update SailEnvCommand.php
1 parent 828ec04 commit df50be5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/Console/SailEnvCommand.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,6 @@ class SailEnvCommand extends InstallCommand
2121
*/
2222
protected $description = 'Configure the environment variables for the application';
2323

24-
/**
25-
* Sail services
26-
*
27-
* @var string[]
28-
*/
29-
protected $services = [
30-
'mysql',
31-
'pgsql',
32-
'mariadb',
33-
'redis',
34-
'memcached',
35-
'meilisearch',
36-
'minio',
37-
'mailhog',
38-
'selenium',
39-
];
40-
4124
/**
4225
* Execute the console command.
4326
*

0 commit comments

Comments
 (0)