From 1417bf573ee81997f2f8dfebb04d0b512a513837 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sat, 1 Jul 2023 02:28:33 +0300 Subject: [PATCH] Update Foo.php --- src/Plugins/Foo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Foo.php b/src/Plugins/Foo.php index 6fd6a3e..41d0813 100644 --- a/src/Plugins/Foo.php +++ b/src/Plugins/Foo.php @@ -8,7 +8,7 @@ class Foo extends Plugin { - protected string $vendor = 'laravel/framework'; + protected ?string $vendor = 'laravel/framework'; public function files(): array {