Skip to content

Commit 303fa42

Browse files
fixes
1 parent 3d7aa35 commit 303fa42

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.idea/codeception.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/phpspec.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/tokens-validation.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Laravel/Providers/TokensValidationProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function register(): void
2828
*/
2929
public function boot(): void
3030
{
31+
$this->mergeConfigFrom(__DIR__.'/../config/tokensvalidation.php', 'tokensvalidation');
3132
TokensValidation::setConfig(config('tokensvalidation'));
3233
TokensValidation::prepare();
3334
$this->app->singleton(TokensValidation::class, function () {

0 commit comments

Comments
 (0)