Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix @modelForm blade directive
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Jun 13, 2016
1 parent 50d1694 commit 0df6301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/LaravelCastsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
], 'config');

$this->registerBladeDirective('open', 'form');
$this->registerBladeDirective('modelForm');
$this->registerBladeDirective('model', 'modelForm');
$this->registerBladeDirective('hidden');
$this->registerBladeDirective('label');
$this->registerBladeDirective('text');
Expand Down

0 comments on commit 0df6301

Please sign in to comment.