Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

v0.2.2 changes

Ahmed Kordy edited this page Jan 23, 2016 · 1 revision

Some planned changes

  1. Changed the Collactive Form alias from Form to CollactiveForm
    • 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 Form class. That would effect most of the views in Admin 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.php by adding this line to the aliases section: 'Form' => Collective\Html\FormFacade::class,