getResource()::getUrl('index'); } protected function handleRecordCreation(array $data): Model { $data["visible"] = 0; return static::getModel()::create($data); } }