diff --git a/README.md b/README.md index 7bef91a..5696e53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -
+
+
+
diff --git a/art/boost-dark-mode.svg b/art/boost-dark-mode.svg
new file mode 100644
index 0000000..3ebb199
--- /dev/null
+++ b/art/boost-dark-mode.svg
@@ -0,0 +1,58 @@
+
diff --git a/art/boost-light-mode.svg b/art/boost-light-mode.svg
new file mode 100644
index 0000000..7287bb4
--- /dev/null
+++ b/art/boost-light-mode.svg
@@ -0,0 +1,59 @@
+
+
\ No newline at end of file
diff --git a/src/BoostServiceProvider.php b/src/BoostServiceProvider.php
index adcf83f..44a9891 100644
--- a/src/BoostServiceProvider.php
+++ b/src/BoostServiceProvider.php
@@ -64,7 +64,6 @@ public function boot(Router $router): void
return;
}
- // @phpstan-ignore-next-line
Mcp::local('laravel-boost', Boost::class);
$this->registerPublishing();