src/Model/UserActionsTrait.php
Method initUserActions
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function initUserActions(): void
{
// declare our basic CRUD actions for the model
$this->addUserAction('add', [
'fields' => true,
- Create a ticketCreate a ticket