Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Support laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
django23 authored Jan 20, 2017
1 parent 6dd67ad commit 14633c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdamWathan/BootForms/BootFormsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function registerFormBuilder()
$formBuilder = new FormBuilder;
$formBuilder->setErrorStore($app['adamwathan.form.errorstore']);
$formBuilder->setOldInputProvider($app['adamwathan.form.oldinput']);
$formBuilder->setToken($app['session.store']->getToken());
$formBuilder->setToken($app['session.store']->token());

return $formBuilder;
});
Expand Down

0 comments on commit 14633c9

Please sign in to comment.