correcting namespaces

This commit is contained in:
El RIDO 2018-11-19 13:07:25 +01:00
parent 18151e6e9e
commit 9ce41022cf
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
7 changed files with 9 additions and 10 deletions

View file

@ -32,7 +32,7 @@ class Model
/**
* Data storage.
*
* @var AbstractData
* @var Data\AbstractData
*/
private $_store = null;
@ -75,7 +75,7 @@ class Model
/**
* Gets, and creates if neccessary, a store object
*
* @return AbstractData
* @return Data\AbstractData
*/
private function _getStore()
{