Browse Source

Update services.php

Laurence Ioannou 9 years ago
parent
commit
3f63840144
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/services.php

+ 1 - 1
config/services.php

@@ -30,7 +30,7 @@ return [
 	],
 
 	'stripe' => [
-		'model'  => 'User',
+		'model'  => 'App\User',
 		'secret' => '',
 	],