Fixing proper namespace for app/library
This commit is contained in:
parent
cb1e40ee0a
commit
aa37d10024
22 changed files with 78 additions and 62 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Model\Data;
|
||||
|
||||
use Mvc\Model\Behavior\RandomId as RandomIdBehavior;
|
||||
use Httpcb\Mvc\Model\Behavior\RandomId as RandomIdBehavior;
|
||||
use Phalcon\Mvc\Model;
|
||||
|
||||
class Callback extends Model
|
||||
|
|
|
|||
Reference in a new issue