File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 103
103
'Illuminate\Foundation\Providers\PublisherServiceProvider ' ,
104
104
'Illuminate\Queue\QueueServiceProvider ' ,
105
105
'Illuminate\Redis\RedisServiceProvider ' ,
106
+ 'Illuminate\Remote\RemoteServiceProvider ' ,
106
107
'Illuminate\Auth\Reminders\ReminderServiceProvider ' ,
107
108
'Illuminate\Foundation\Providers\RouteListServiceProvider ' ,
108
109
'Illuminate\Database\SeedServiceProvider ' ,
174
175
'Schema ' => 'Illuminate\Support\Facades\Schema ' ,
175
176
'Seeder ' => 'Illuminate\Database\Seeder ' ,
176
177
'Session ' => 'Illuminate\Support\Facades\Session ' ,
178
+ 'SSH ' => 'Illuminate\Support\Facades\SSH ' ,
177
179
'Str ' => 'Illuminate\Support\Str ' ,
178
180
'URL ' => 'Illuminate\Support\Facades\URL ' ,
179
181
'Validator ' => 'Illuminate\Support\Facades\Validator ' ,
Original file line number Diff line number Diff line change 30
30
31
31
'production ' => array (
32
32
'host ' => '' ,
33
- 'username ' => 'root ' ,
33
+ 'username ' => '' ,
34
34
'password ' => '' ,
35
+ 'key ' => '' ,
35
36
),
36
37
37
38
),
You can’t perform that action at this time.
0 commit comments