Use PHP 5.5 ::class property in config files

See https://github.com/laravel/laravel/pull/3402
This commit is contained in:
Romain Lanz
2015-06-05 14:26:41 +02:00
parent 4c291abfe8
commit 4b3391f6f0
3 changed files with 60 additions and 60 deletions

View File

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