Skip to content

Commit

Permalink
Code formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 5, 2016
1 parent 6d28aff commit 80c3d0e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/ApiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,6 @@ public function boot(Router $router)
$this->add_translations();
}

/**
* Register the application services.
*
* @return void
*/
public function register()
{

// Merge the config with anything in the main app
$this->mergeConfigFrom(
__DIR__ . '/Config/api.config.php', 'api.config');

// Include this packages menu items
$this->mergeConfigFrom(
__DIR__ . '/Config/package.sidebar.php', 'package.sidebar');
}

/**
* Include the routes
*/
Expand Down Expand Up @@ -122,4 +105,21 @@ public function add_translations()

$this->loadTranslationsFrom(__DIR__ . '/lang', 'api');
}

/**
* Register the application services.
*
* @return void
*/
public function register()
{

// Merge the config with anything in the main app
$this->mergeConfigFrom(
__DIR__ . '/Config/api.config.php', 'api.config');

// Include this packages menu items
$this->mergeConfigFrom(
__DIR__ . '/Config/package.sidebar.php', 'package.sidebar');
}
}

0 comments on commit 80c3d0e

Please sign in to comment.