Completed
Pull Request — master (#34)
by Karl
02:16
created
app/Providers/AppServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,11 +34,11 @@
 block discarded – undo
34 34
             \JobApis\JobsToMail\Repositories\UserRepository::class
35 35
         );
36 36
         // Job board API client
37
-        $this->app->bind(JobsMulti::class, function () {
37
+        $this->app->bind(JobsMulti::class, function() {
38 38
             return new JobsMulti(config('jobboards'));
39 39
         });
40 40
         // CSV Writer
41
-        $this->app->bind('League\Csv\Writer', function () {
41
+        $this->app->bind('League\Csv\Writer', function() {
42 42
             return Writer::createFromString('');
43 43
         });
44 44
     }
Please login to merge, or discard this patch.