eveseat/eveapi

View on GitHub
src/Jobs/PlanetaryInteraction/Corporation/CustomsOfficeLocations.php

Summary

Maintainability
A
1 hr
Test Coverage

Method handle has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle()
    {
        parent::handle();

        $customs_offices = CorporationCustomsOffice::where('corporation_id', $this->getCorporationId())->get();

    There are no issues that match your filters.

    Category
    Status