[] */ public static function getDefaultRelations(): array { return [ ServersRelationManager::class, ]; } /** @return array */ public static function getDefaultPages(): array { return [ 'index' => ListEggs::route('/'), 'create' => CreateEgg::route('/create'), 'edit' => EditEgg::route('/{record}/edit'), ]; } }