1 | <?php |
||
12 | class DisplayColumnEditableFactory extends AliasBinder implements DisplayColumnEditableFactoryInterface |
||
13 | { |
||
14 | /** |
||
15 | * DisplayColumnEditableFactory constructor. |
||
16 | * |
||
17 | * @param \Illuminate\Contracts\Foundation\Application $application |
||
18 | */ |
||
19 | public function __construct(\Illuminate\Contracts\Foundation\Application $application) |
||
27 | } |
||
28 |