From b5bac7690ea3f3e4260dab5d05da6654b620f18a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 24 Mar 2016 15:25:48 +0000 Subject: [PATCH] Synced up db stuff --- config/database.php | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.php b/config/database.php index e507778d..ce11ab02 100644 --- a/config/database.php +++ b/config/database.php @@ -57,7 +57,7 @@ return [ 'sqlite' => [ 'driver' => 'sqlite', - 'database' => env('DB_HOST', storage_path().'/database.sqlite'), + 'database' => env('DB_DATABASE', database_path('database.sqlite')), 'prefix' => env('DB_PREFIX', null), ], diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9b269e00..b7d8cd89 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -30,7 +30,7 @@ - +