Completed
Branch master (350094)
by Burak
06:33
created
src/Traits/HasNotificationOptions.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@  discard block
 block discarded – undo
13 13
         $this->with[] = 'notificationOptions';
14 14
     }
15 15
 
16
+    /**
17
+     * @param string $key
18
+     */
16 19
     public function saveNotificationOptions($key, $value)
17 20
     {
18 21
         $this
@@ -27,6 +30,9 @@  discard block
 block discarded – undo
27 30
             );
28 31
     }
29 32
 
33
+    /**
34
+     * @param string $key
35
+     */
30 36
     public function setNotificationOption($key)
31 37
     {
32 38
         $this
Please login to merge, or discard this patch.