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