File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Database/Schema Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ protected function appendMigrationData(string $path)
67
67
*/
68
68
public function load ($ path )
69
69
{
70
- $ process = $ this ->makeProcess ('mysql --host=$ LARAVEL_LOAD_HOST --port=$ LARAVEL_LOAD_PORT --user=$ LARAVEL_LOAD_USER --password=$ LARAVEL_LOAD_PASSWORD --database=$ LARAVEL_LOAD_DATABASE < $ LARAVEL_LOAD_PATH ' );
70
+ $ process = $ this ->makeProcess ('mysql --host="${: LARAVEL_LOAD_HOST}" --port="${: LARAVEL_LOAD_PORT}" --user="${: LARAVEL_LOAD_USER}" --password="${: LARAVEL_LOAD_PASSWORD}" --database="${: LARAVEL_LOAD_DATABASE}" < "${: LARAVEL_LOAD_PATH}" ' );
71
71
72
72
$ process ->mustRun (null , array_merge ($ this ->baseVariables ($ this ->connection ->getConfig ()), [
73
73
'LARAVEL_LOAD_PATH ' => $ path ,
You can’t perform that action at this time.
0 commit comments