Completed
Push — master ( bfc36f...e3681f )
by Ariel
13:05
created
src/TimegridioConciergeServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Timegridio\Concierge;
4 4
 
5
-use Illuminate\Routing\Router;
6 5
 use Illuminate\Support\ServiceProvider;
7 6
 
8 7
 class TimegridioConciergeServiceProvider extends ServiceProvider
Please login to merge, or discard this patch.
src/Vacancy/VacancyManager.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,7 @@
 block discarded – undo
108 108
                                                           ->where('slug', $statement['capacity'])
109 109
                                                           ->first()
110 110
                                                           ->id;
111
-        }
112
-        else
111
+        } else
113 112
         {
114 113
             $vacancyValues['capacity'] = intval($statement['capacity']);
115 114
         }
Please login to merge, or discard this patch.
src/Addressbook.php 1 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.