<?php namespace App\Services; use App\Logistic; Class LogisticService { public function get(){ return Logistic::get(); } }