app->singleton('App\Interfaces\DoiInterface', function ($app) { return new DoiService(); }); } public function provides() { return [DoiService::class]; } }