Completed
Push — master ( 54f4c1...43f0d4 )
by Ariel
19:54
created
src/Addressbook.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Timegridio\Concierge;
4 4
 
5 5
 use Carbon\Carbon;
6
-use Models\Business;
7 6
 use Timegridio\Concierge\Models\Contact;
8 7
 
9 8
 /**
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.