Some new code for testing.

This commit is contained in:
James Cole
2016-01-16 09:15:24 +01:00
parent e834489206
commit deaebc373c
7 changed files with 1530 additions and 1411 deletions

View File

@@ -48,7 +48,7 @@ return [
'sqlite' => [
'driver' => 'sqlite',
'database' => storage_path('database.sqlite'),
'database' => storage_path('database') . '/testing.db',
'prefix' => '',
],