Verified Commit abbe5db1 authored by Dave Long's avatar Dave Long
Browse files

Issue #3451603 by Artusamak: Typo in Views default argument User plugin

parent 27c9bcca
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
 */
#[ViewsArgumentDefault(
  id: 'user',
  title: new TranslatableMarkup('User ID from route context"'),
  title: new TranslatableMarkup('User ID from route context'),
)]
class User extends ArgumentDefaultPluginBase implements CacheableDependencyInterface {