Completed
Push — master ( 54f4c1...43f0d4 )
by Ariel
19:54
created
src/Addressbook.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 {
15 15
     private $business;
16 16
 
17
+    /**
18
+     * @param Models\Business $business
19
+     */
17 20
     public function __construct($business)
18 21
     {
19 22
         $this->business = $business;
Please login to merge, or discard this patch.
src/Models/Business.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     /**
76 76
      * Has a Contact addressbook.
77 77
      *
78
-     * @return Illuminate\Database\Eloquent\Relations\BelongsToMany
78
+     * @return Addressbook
79 79
      */
80 80
     public function addressbook()
81 81
     {
Please login to merge, or discard this patch.