Skip to content

Commit

Permalink
Don't use helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Dec 22, 2015
1 parent 2625629 commit 55a41be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected function init()
$options = array_merge($this->options, $options);

// csrf token
$options['multipart_params']['_token'] = csrf_token();
$options['multipart_params']['_token'] = $this->app['session']->getToken();

$this->initDefaultButtons($options);

Expand Down

0 comments on commit 55a41be

Please sign in to comment.