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