crocodic-studio/crudbooster

View on GitHub
src/controllers/EmailTemplatesController.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method cbInit has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function cbInit()
    {
        $this->table = "cms_email_templates";
        $this->primary_key = "id";
        $this->title_field = "name";
Severity: Major
Found in src/controllers/EmailTemplatesController.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status