© 2026 Hedgehog Software, LLC
class CreateTest extends CreateRecord { protected static string $resource = TestResource::class; protected function beforeCreate(): void { $record = $this->getRecord(); dd($record); } }