aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi
diff options
context:
space:
mode:
Diffstat (limited to 'src/CamilStaps/BotleaguesApi')
-rw-r--r--src/CamilStaps/BotleaguesApi/BotleaguesApiServiceProvider.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CamilStaps/BotleaguesApi/BotleaguesApiServiceProvider.php b/src/CamilStaps/BotleaguesApi/BotleaguesApiServiceProvider.php
index bb90671..cbedf9f 100644
--- a/src/CamilStaps/BotleaguesApi/BotleaguesApiServiceProvider.php
+++ b/src/CamilStaps/BotleaguesApi/BotleaguesApiServiceProvider.php
@@ -21,9 +21,6 @@ class BotleaguesApiServiceProvider extends ServiceProvider {
*/
public function boot()
{
- #$this->package('camil-staps/botleagues-api', null, __DIR__.'/../..');
- #$this->loadAutoloader(base_path('vendor'));
-
$this->loadViewsFrom(__DIR__ . '/../../views', 'botleagues-api');
$this->publishes([ __DIR__ . '/../../views' => base_path('resources/view/vendor/botleagues-api')], 'views');
@@ -31,7 +28,6 @@ class BotleaguesApiServiceProvider extends ServiceProvider {
include __DIR__ . '/../../filters.php';
- $api = app('api.router');
include __DIR__ . '/../../routes.php';
// To allow loading API requests from the specified domain