Skip to content

Commit

Permalink
Merge config from default
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Jan 31, 2024
1 parent f53c96b commit a91979b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Lodash/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
use Longman\LaravelLodash\Commands\UserPassword;
use Longman\LaravelLodash\Validation\StrictTypesValidator;

use function app;
use function array_keys;
use function array_pad;
use function config;
use function config_path;
use function preg_split;
use function resource_path;
use function str_replace;
use function trim;

Expand Down Expand Up @@ -50,6 +53,8 @@ public function boot(): void

public function register(): void
{
$this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'lodash');

$this->registerCommands();

$this->registerRequestMacros();
Expand Down

0 comments on commit a91979b

Please sign in to comment.