crocodic-studio/crudbooster

View on GitHub
src/controllers/LogsController.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function cbInit()
    {
        $this->table = 'cms_logs';
        $this->primary_key = 'id';
        $this->title_field = "ipaddress";
Severity: Minor
Found in src/controllers/LogsController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status