@@ -25,7 +25,7 @@ |
||
| 25 | 25 | public function register() |
| 26 | 26 | { |
| 27 | 27 | $this->app->bind('App\Services\GuestTableService', function ($app) { |
| 28 | - return new GuestTableService(); |
|
| 28 | + return new GuestTableService(); |
|
| 29 | 29 | }); |
| 30 | 30 | } |
| 31 | 31 | } |