X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FNotifications%2FYesAction.php;fp=src%2FWallabag%2FCoreBundle%2FNotifications%2FYesAction.php;h=9b48eca5535a4f52aba489c3ea33f1a73cc5ab5b;hb=378aaefbbf60698c7b8faafc20f6b8cb22357e31;hp=0000000000000000000000000000000000000000;hpb=b5d7eb148c4cd62ff187b08765f0c13c7d330fcf;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Notifications/YesAction.php b/src/Wallabag/CoreBundle/Notifications/YesAction.php new file mode 100644 index 00000000..9b48eca5 --- /dev/null +++ b/src/Wallabag/CoreBundle/Notifications/YesAction.php @@ -0,0 +1,13 @@ +link = $link; + $this->label = 'Yes'; + $this->type = Action::TYPE_YES; + } +}