Change namespace to add Kanboard as prefix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Model;
|
||||
namespace Kanboard\Model;
|
||||
|
||||
use SimpleValidator\Validator;
|
||||
use SimpleValidator\Validators;
|
||||
use Core\Session;
|
||||
use Core\Security;
|
||||
use Kanboard\Core\Session;
|
||||
use Kanboard\Core\Security;
|
||||
|
||||
/**
|
||||
* User model
|
||||
|
||||
Reference in New Issue
Block a user