Change namespace to add Kanboard as prefix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Auth;
|
||||
namespace Kanboard\Auth;
|
||||
|
||||
use Event\AuthEvent;
|
||||
use Kanboard\Event\AuthEvent;
|
||||
|
||||
/**
|
||||
* ReverseProxy backend
|
||||
|
||||
Reference in New Issue
Block a user