Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ss1m authored and github-actions[bot] committed Oct 30, 2024
1 parent 4993f75 commit f5022c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Providers/AlgerianCitiesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function boot()
__DIR__.'/../../config/algerian-cities.php' => config_path('algerian-cities.php'),
], 'config');

if(config('algerian-cities.use_routes', true)) {
if (config('algerian-cities.use_routes', true)) {
$this->loadRoutesFrom(__DIR__.'/../../routes/api.php');
}

Expand All @@ -56,8 +56,8 @@ public function register()
* Uncomment this function call to load the config file.
* If the config file is also publishable, it will merge with that file
*/
$this->mergeConfigFrom(
__DIR__.'/../../config/algerian-cities.php', 'algerian-cities'
);
$this->mergeConfigFrom(
__DIR__.'/../../config/algerian-cities.php', 'algerian-cities'
);
}
}

0 comments on commit f5022c3

Please sign in to comment.