Cleaning up some default values.
This commit is contained in:
@@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application;
|
||||
|
||||
$env = $app->detectEnvironment(array(
|
||||
|
||||
'local' => array('your-machine-name'),
|
||||
'local' => array('homestead'),
|
||||
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user