comment out RSS stuff for now

This commit is contained in:
Nabeel Shahzad
2017-08-17 14:01:47 -05:00
parent b2dba02615
commit bec2bbf646
7 changed files with 59 additions and 21 deletions

View File

@@ -23,13 +23,13 @@ return [
'local' => [
'driver' => 'sqlite',
'database' => database_path('testing.sqlite'),
'database' => storage_path('testing.sqlite'),
'prefix' => '',
],
'unittest' => [
'driver' => 'sqlite',
'database' => database_path('unittest.sqlite'),
'database' => storage_path('unittest.sqlite'),
'prefix' => '',
],