From 8ab08f41e1a6f065e636ee1267586e0ddf75c7dc Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 21 Feb 2017 08:27:19 +0100 Subject: [PATCH] Let autoloader fetch class 'Base64' instead of including it manually --- src/Auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index 4129967..0e73418 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -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 */