Skip to content

Commit

Permalink
Removed public tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Mar 15, 2022
1 parent c9fa00f commit b81319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HiddenCaptchaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function ($attribute, $value, $parameters, $validator) {
$this->loadViewsFrom(__DIR__.'/views', 'hiddenCaptcha');
$this->loadRoutesFrom(__DIR__.'/routes/hidden-captcha.php');

$this->publishes([__DIR__.'/public' => public_path()], ['public', 'laravel-assets']);
$this->publishes([__DIR__.'/public' => public_path()], 'laravel-assets');
$this->publishes([__DIR__.'/config' => config_path()], 'captcha-config');
}

Expand Down

0 comments on commit b81319f

Please sign in to comment.