diff options
author | Camil Staps | 2015-05-25 13:22:08 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-25 13:22:08 +0200 |
commit | 30230b3544a28e783b4d6504ede4e86a3278ab4d (patch) | |
tree | 60c654f64dcb360791b31fb48707487932e3d644 /src/controllers/UserController.php | |
parent | license in all files (diff) |
Fixed bug in models without auto_increment column
Diffstat (limited to 'src/controllers/UserController.php')
-rw-r--r-- | src/controllers/UserController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/controllers/UserController.php b/src/controllers/UserController.php index 6a601b4..f6f9562 100644 --- a/src/controllers/UserController.php +++ b/src/controllers/UserController.php @@ -20,7 +20,6 @@ namespace CamilStaps\BotleaguesApi\Controllers; use CamilStaps\BotleaguesApi\Database\User; -use CamilStaps\BotleaguesApi\Exception\ValidationException; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Hash; use Illuminate\Support\Facades\Input; |