]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/User.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Auth / User.php
index 0f3de122c91a00f3a1f3df0190059127bcc5ff57..05e77e13d0e4a84e45f0f1f0fd90bdd22bb8e683 100644 (file)
@@ -1,10 +1,8 @@
 <?php namespace BookStack\Auth;
 
-use BookStack\Uploads\Image;
 use BookStack\Model;
 use BookStack\Notifications\ResetPassword;
-use BookStack\Auth\Role;
-use BookStack\Auth\SocialAccount;
+use BookStack\Uploads\Image;
 use Illuminate\Auth\Authenticatable;
 use Illuminate\Auth\Passwords\CanResetPassword;
 use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;