Skip to content

Commit

Permalink
Merge pull request #30 from barryvdh/patch-1
Browse files Browse the repository at this point in the history
Add aliases to provides()
  • Loading branch information
tshafer committed May 6, 2015
2 parents 4edbd28 + e884f50 commit 8ae4aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HtmlServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected function registerFormBuilder()
*/
public function provides()
{
return array('html', 'form');
return array('html', 'form', 'Collective\Html\HtmlBuilder', 'Collective\Html\FormBuilder');
}

}

0 comments on commit 8ae4aa0

Please sign in to comment.