X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/295cd0160525125bbd7756d7ad07392ae7201cb8..refs/pull/4467/head:/app/Access/Controllers/RegisterController.php diff --git a/app/Access/Controllers/RegisterController.php b/app/Access/Controllers/RegisterController.php index e54c3e19c..3c653a073 100644 --- a/app/Access/Controllers/RegisterController.php +++ b/app/Access/Controllers/RegisterController.php @@ -7,7 +7,7 @@ use BookStack\Access\RegistrationService; use BookStack\Access\SocialAuthService; use BookStack\Exceptions\StoppedAuthenticationException; use BookStack\Exceptions\UserRegistrationException; -use BookStack\Http\Controllers\Controller; +use BookStack\Http\Controller; use Illuminate\Contracts\Validation\Validator as ValidatorContract; use Illuminate\Http\Request; use Illuminate\Support\Facades\Validator;