mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-10-23 11:56:04 +02:00
Manually require file 'Exceptions.php' in parent class as well
This commit is contained in:
@@ -11,6 +11,8 @@ namespace Delight\Auth;
|
||||
use Delight\Db\PdoDatabase;
|
||||
use Delight\Db\PdoDsn;
|
||||
|
||||
require_once __DIR__ . '/Exceptions.php';
|
||||
|
||||
/** Abstract base class for components implementing user management */
|
||||
abstract class UserManager {
|
||||
|
||||
|
Reference in New Issue
Block a user