We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b9690 commit b49f78cCopy full SHA for b49f78c
src/Plugin.php
@@ -10,6 +10,8 @@
10
11
class Plugin extends Provider
12
{
13
+ protected ?string $package_name = 'laravel-lang/attributes';
14
+
15
protected string $base_path = __DIR__ . '/../';
16
17
protected array $plugins = [
0 commit comments