src/Jobs/PlanetaryInteraction/Corporation/CustomsOfficeLocations.php
Method handle
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
$customs_offices = CorporationCustomsOffice::where('corporation_id', $this->getCorporationId())->get();