diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index f6b001293..60b756802 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -22,7 +22,6 @@ class Dashboard * ORCHID Version. * * @deprecated Use `Dashboard::version()` instead. - * */ public const VERSION = '14.22.1'; diff --git a/src/Support/BootstrapIconsPath.php b/src/Support/BootstrapIconsPath.php index 474667d66..eebeabdf7 100644 --- a/src/Support/BootstrapIconsPath.php +++ b/src/Support/BootstrapIconsPath.php @@ -13,6 +13,6 @@ public static function getFolder(): string { $packagePath = InstalledVersions::getInstallPath('twbs/bootstrap-icons'); - return realpath($packagePath . '/icons'); + return realpath($packagePath.'/icons'); } }