service provider

This commit is contained in:
2019-06-23 06:07:14 -05:00
parent cca05eb926
commit 9ff565927e

View File

@@ -21,6 +21,15 @@ class EveOnlineServiceProvider2 extends ServiceProvider {
}
);
}
/**
* Register any application services
*
* @return void
*/
public function register() {
$this->mergeConfigFrom(__DIR__ . '/../../config/services.php', 'services');
}
}
?>