Change namespace to add Kanboard as prefix
This commit is contained in:
@@ -26,7 +26,7 @@ class UserApi extends PHPUnit_Framework_TestCase
|
||||
$pdo = null;
|
||||
}
|
||||
|
||||
$service = new ServiceProvider\DatabaseProvider;
|
||||
$service = new Kanboard\ServiceProvider\DatabaseProvider;
|
||||
|
||||
$db = $service->getInstance();
|
||||
$db->table('settings')->eq('option', 'api_token')->update(array('value' => API_KEY));
|
||||
|
||||
Reference in New Issue
Block a user