1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 23:57:24 +02:00

Let autoloader fetch class 'Base64' instead of including it manually

This commit is contained in:
Marco
2017-02-21 08:27:19 +01:00
parent 83464c0be7
commit 8ab08f41e1

View File

@@ -15,7 +15,6 @@ use Delight\Db\PdoDsn;
use Delight\Db\Throwable\Error;
use Delight\Db\Throwable\IntegrityConstraintViolationException;
require __DIR__.'/Base64.php';
require __DIR__.'/Exceptions.php';
/** Component that provides all features and utilities for secure authentication of individual users */