@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | ); |
| 25 | 25 | |
| 26 | 26 | $this->commands([ |
| 27 | - Commands\LiveEngageTestCoverage::class |
|
| 27 | + Commands\LiveEngageTestCoverage::class |
|
| 28 | 28 | ]); |
| 29 | 29 | |
| 30 | 30 | $this->app->bind('live-engage-laravel', function() { |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | $loader->alias('LiveEngage', 'LivePersonInc\LiveEngageLaravel\Facades\LiveEngageLaravel'); |
| 36 | 36 | |
| 37 | 37 | $this->app->register( |
| 38 | - 'Nathanmac\Utilities\Parser\ParserServiceProvider' |
|
| 38 | + 'Nathanmac\Utilities\Parser\ParserServiceProvider' |
|
| 39 | 39 | ); |
| 40 | 40 | |
| 41 | 41 | } |