This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Acme\Html; | |
use Illuminate\Html\FormBuilder as IlluminateFormBuilder; | |
/** | |
* @link http://goo.gl/QDmRHn, http://goo.gl/tAchNE | |
*/ | |
class FormBuilder extends IlluminateFormBuilder { |