This repository was archived by the owner on Aug 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 382
v0.2.2 changes
Ahmed Kordy edited this page Jan 23, 2016
·
1 revision
- Changed the Collactive Form alias from
FormtoCollactiveForm-
Path:
src/TicketitServiceProvider.php,src/Views/admin/..,src/Views/tickets/.., review 4e176aa for full list of changes -
Reason: In order to not conflict with users that already implements their own version of
Formclass. That would effect most of the views inAdmin and Tickets views -
Compatibility Issues: That would conflict with customized views or applications that depends on the alias defined in TicketitServiceProvider, and could be solved by just re-defining it in
config/app.phpby adding this line to the aliases section:'Form' => Collective\Html\FormFacade::class,
-
Path: