belongsTo('App\Models\Expense'); } /** * @return string */ public function getRoute() { return "/expense_categories/{$this->public_id}/edit"; } }