ListPhotos::route('/'), 'create' => CreatePhoto::route('/create'), 'view' => ViewPhoto::route('/{record}'), 'edit' => EditPhoto::route('/{record}/edit'), ]; } }