]> BookStack Code Mirror - bookstack/blobdiff - config/services.php
Re-structured the app code to be feature based rather than code type based
[bookstack] / config / services.php
index 2b0f260cde6b40b8653947626fc19ff37e0a2658..711040386a9ac17c954ad694ac3aece8b11a06de 100644 (file)
@@ -38,7 +38,7 @@ return [
     ],
 
     'stripe'   => [
-        'model'  => BookStack\User::class,
+        'model'  => \BookStack\Auth\User::class,
         'key'    => '',
         'secret' => '',
     ],