diff options
Diffstat (limited to 'lib/private/DB/OCSqlitePlatform.php')
-rw-r--r-- | lib/private/DB/OCSqlitePlatform.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/DB/OCSqlitePlatform.php b/lib/private/DB/OCSqlitePlatform.php index be33629e885..059cb21fdaf 100644 --- a/lib/private/DB/OCSqlitePlatform.php +++ b/lib/private/DB/OCSqlitePlatform.php @@ -19,7 +19,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\DB; class OCSqlitePlatform extends \Doctrine\DBAL\Platforms\SqlitePlatform { |