fixing configuration and its test to match the new namespaces

This commit is contained in:
Simon Rupf
2016-07-25 11:02:39 +02:00
parent b1305beb0f
commit d14eb0efe4
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ class configuration
'dir' => 'data',
),
'model' => array(
'class' => 'privatebin_data',
'class' => 'PrivateBin\data\data',
),
'model_options' => array(
'dir' => 'data',