Change namespace to add Kanboard as prefix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Helper;
|
||||
namespace Kanboard\Helper;
|
||||
|
||||
/**
|
||||
* User helpers
|
||||
@@ -8,7 +8,7 @@ namespace Helper;
|
||||
* @package helper
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
class User extends \Core\Base
|
||||
class User extends \Kanboard\Core\Base
|
||||
{
|
||||
/**
|
||||
* Return true if the logged user as unread notifications
|
||||
|
||||
Reference in New Issue
Block a user