| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | public function register() |
||
| 33 | { |
||
| 34 | // Automatically apply the package configuration |
||
| 35 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'subscriptions'); |
||
| 36 | |||
| 37 | //$this->app->bind(PlanContract::class, config('subscriptions.entities.plan')); |
||
| 38 | |||
| 39 | // Register the main class to use with the facade |
||
| 40 | /*$this->app->singleton('laravel-subscriptions', function () { |
||
| 41 | return new LaravelSubscriptions; |
||
| 42 | });*/ |
||
| 43 | } |
||
| 44 | } |
||
| 45 |