Skip to content

Commit

Permalink
Merge pull request #10 from Laragear/fix/stubs-autocompletion
Browse files Browse the repository at this point in the history
Fixes stub accidental autocompletion on IDEs
  • Loading branch information
DarkGhostHunter authored Dec 21, 2023
2 parents 1d87d26 + 2992f6e commit 99c7df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ReCaptchaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ReCaptchaServiceProvider extends ServiceProvider
// These constants point to publishable files/directories.
public const CONFIG = __DIR__.'/../config/recaptcha.php';
public const LANG = __DIR__.'/../lang';
public const STUBS = __DIR__.'/../.stubs/stubs.php';
public const STUBS = __DIR__.'/../.stubs/stubs';
public const META = __DIR__.'/../.phpstorm.meta.php';
public const VIEWS = __DIR__.'/../resources/views';

Expand Down

0 comments on commit 99c7df1

Please sign in to comment.