File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,9 @@ public function fire()
86
86
*******************************************************************/
87
87
protected function runArtisan ()
88
88
{
89
- $ this ->comment ('Running artisan commands ... ' );
89
+ $ this ->comment ('Generating a key ... ' );
90
90
Artisan::call ('key:generate ' , array (), new StreamOutput ($ this ->stream ));
91
+ $ this ->comment ('Adding the migration table... ' );
91
92
Artisan::call ('migrate:install ' , array (), new StreamOutput ($ this ->stream ));
92
93
Artisan::call ('syntax:database ' , array (), new StreamOutput ($ this ->stream ));
93
94
Artisan::call ('syntax:gulp ' , array (), new StreamOutput ($ this ->stream ));
Original file line number Diff line number Diff line change @@ -202,10 +202,10 @@ protected function configureCore()
202
202
File::put ($ path , $ contents );
203
203
}
204
204
205
- protected function configureChat ($ config )
205
+ protected function configureChat ()
206
206
{
207
207
list ($ path , $ contents ) = $ this ->getConfig ('packages/syntax/chat/chatConfig.json ' );
208
- File::put ($ path , $ config );
208
+ File::put ($ path , $ this -> chatConfig );
209
209
}
210
210
211
211
/********************************************************************
You can’t perform that action at this time.
0 commit comments