<?php namespace App\Services\History\Converter; use App\Models\Plan; class PlanConverter extends ModelConverter { protected static string $modelClassName = Plan::class; protected static string $pluckField = "title"; }