Browse Source

Merge pull request #3318 from TheShiftExchange/patch-1

Update services.php
Taylor Otwell 10 years ago
parent
commit
7bddbdc2a1
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' => '',
 	],