Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ss1m committed Oct 30, 2024
1 parent f5022c3 commit 52a8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.api_enabled')) {
$this->loadRoutesFrom(__DIR__.'/../../routes/api.php');
}

Expand Down

0 comments on commit 52a8891

Please sign in to comment.