]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/EmailConfirmationService.php
Update maintenance.php
[bookstack] / app / Auth / Access / EmailConfirmationService.php
index b14eb8c3f34d926ffbdb24dd648a476020406c19..4df014116c5c3d1c393e6e4594923c0d65a5d519 100644 (file)
@@ -1,11 +1,11 @@
 <?php namespace BookStack\Auth\Access;
 
-use BookStack\Notifications\ConfirmEmail;
+use BookStack\Auth\User;
 use BookStack\Auth\UserRepo;
-use Carbon\Carbon;
 use BookStack\Exceptions\ConfirmationEmailException;
 use BookStack\Exceptions\UserRegistrationException;
-use BookStack\Auth\User;
+use BookStack\Notifications\ConfirmEmail;
+use Carbon\Carbon;
 use Illuminate\Database\Connection as Database;
 
 class EmailConfirmationService