diff options
| author | 2016-11-06 11:33:45 +0100 | |
|---|---|---|
| committer | 2016-11-06 11:33:45 +0100 | |
| commit | 34868cd2911523163c6732d58efa00d3fe322d4f (patch) | |
| tree | 56827616e616724fcf56921fd168e911f80f603f | |
| parent | 5aeaed897119ff1af4555ec93662d68c2252ba71 (diff) | |
Switch simplify syntax
| -rw-r--r-- | app/Models/Factory.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Models/Factory.php b/app/Models/Factory.php index b12f0cef9..6502c38b7 100644 --- a/app/Models/Factory.php +++ b/app/Models/Factory.php @@ -6,7 +6,6 @@ class FreshRSS_Factory { $conf = Minz_Configuration::get('system'); switch ($conf->db['type']) { case 'sqlite': - return new FreshRSS_FeedDAOSQLite($username); case 'pgsql': return new FreshRSS_FeedDAOSQLite($username); default: |
