<?php namespace Filament\Events; use Illuminate\Foundation\Events\Dispatchable; class ServingFilament { use Dispatchable; }