Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HichemTab-tech committed Aug 11, 2023
1 parent 3d7aa35 commit 303fa42
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .idea/codeception.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/phpspec.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/tokens-validation.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Laravel/Providers/TokensValidationProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function register(): void
*/
public function boot(): void
{
$this->mergeConfigFrom(__DIR__.'/../config/tokensvalidation.php', 'tokensvalidation');
TokensValidation::setConfig(config('tokensvalidation'));
TokensValidation::prepare();
$this->app->singleton(TokensValidation::class, function () {
Expand Down

0 comments on commit 303fa42

Please sign in to comment.