fix a bunch of stufF
This commit is contained in:
commit
3b7e6dcdca
|
@ -22,9 +22,9 @@ class RouteServiceProvider extends ServiceProvider
|
|||
*/
|
||||
public function boot(Router $router)
|
||||
{
|
||||
parent::boot($router);
|
||||
|
||||
//
|
||||
|
||||
parent::boot($router);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -30,7 +30,8 @@
|
|||
],
|
||||
|
||||
'stripe' => [
|
||||
'model' => 'User',
|
||||
'model' => 'App\User',
|
||||
'key' => '',
|
||||
'secret' => '',
|
||||
],
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
laravel.log
|
Loading…
Reference in New Issue