Commit 3b7e6dcd authored by Taylor Otwell's avatar Taylor Otwell

fix a bunch of stufF

parents 3516f4f6 a9a59c1a
......@@ -22,9 +22,9 @@ class RouteServiceProvider extends ServiceProvider
*/
public function boot(Router $router)
{
parent::boot($router);
//
parent::boot($router);
}
/**
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -30,7 +30,8 @@ return [
],
'stripe' => [
'model' => 'User',
'model' => 'App\User',
'key' => '',
'secret' => '',
],
......
laravel.log
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment