src/Http/DataTables/Common/Industrial/AbstractBlueprintDataTable.php

Summary

Maintainability
A
1 hr
Test Coverage

Method ajax has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function ajax()
    {
        $station_column = $this->getStationColumn($this);
        $location_column = $this->getLocationFlagColumn($this);

    There are no issues that match your filters.

    Category
    Status