Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Apr 19, 2024
1 parent 749d260 commit 159d631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class Dashboard
* ORCHID Version.
*
* @deprecated Use `Dashboard::version()` instead.
*
*/
public const VERSION = '14.22.1';

Expand Down
2 changes: 1 addition & 1 deletion src/Support/BootstrapIconsPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public static function getFolder(): string
{
$packagePath = InstalledVersions::getInstallPath('twbs/bootstrap-icons');

return realpath($packagePath . '/icons');
return realpath($packagePath.'/icons');
}
}

0 comments on commit 159d631

Please sign in to comment.