]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/RegeneratePermissions.php
Guest create page: name field autofocus
[bookstack] / app / Console / Commands / RegeneratePermissions.php
index 74f96fd427010b8fb734672409db794badabf4b7..efb3535d6484ba420fa41e34dc1cf6067f2fc6c5 100644 (file)
@@ -50,6 +50,7 @@ class RegeneratePermissions extends Command
 
         DB::setDefaultConnection($connection);
         $this->comment('Permissions regenerated');
+
         return 0;
     }
 }