]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/RegisterController.php
Updated testing for user slugs
[bookstack] / app / Http / Controllers / Auth / RegisterController.php
index e3d22264d5301a73c2d2bee41daa1c71209512a9..cbec1f03f6e3b0b58704b17de79e21f8bf975a8c 100644 (file)
@@ -117,5 +117,4 @@ class RegisterController extends Controller
             'password' => Hash::make($data['password']),
         ]);
     }
-
 }