aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/UserController.php
diff options
context:
space:
mode:
authorCamil Staps2015-05-25 13:22:08 +0200
committerCamil Staps2015-05-25 13:22:08 +0200
commit30230b3544a28e783b4d6504ede4e86a3278ab4d (patch)
tree60c654f64dcb360791b31fb48707487932e3d644 /src/controllers/UserController.php
parentlicense 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.php1
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;