@@ -34,11 +34,11 @@ |
||
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 | } |