<?php namespace App\Services; use App\WaybillPriceModel; Class WaybillPriceModelService { public function find($id){ return WaybillPriceModel::query()->find($id); } }