diff --git a/src/Auth.php b/src/Auth.php index f977048..7bed195 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -120,12 +120,9 @@ public static function login(array $credentials) { * * @return array null or all user info + tokens + session data */ - public static function register( - array $credentials, - array $uniques = [] - ) { + public static function register(array $credentials, array $uniques = []) { static::leafDbConnect(); - + $table = static::$settings['DB_TABLE']; $passKey = static::$settings['PASSWORD_KEY'];