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

Commit

Permalink
Merge pull request #125 from TemperWorks/master
Browse files Browse the repository at this point in the history
Support laravel 5.4
  • Loading branch information
adamwathan committed Jan 31, 2017
2 parents 6dd67ad + 14633c9 commit 25e737e
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 25e737e

Please sign in to comment.