run through pint

This commit is contained in:
2023-11-30 16:06:37 +05:00
parent 298bec116a
commit 9aa9d03059
16 changed files with 27 additions and 44 deletions

View File

@@ -2,15 +2,12 @@
namespace App\Nova\Dashboards;
use Laravel\Nova\Cards\Help;
use Laravel\Nova\Dashboards\Main as Dashboard;
class Main extends Dashboard
{
/**
* Get the displayable name of the dashboard.
*
* @return string
*/
public function name(): string
{
@@ -19,8 +16,6 @@ class Main extends Dashboard
/**
* Get the cards for the dashboard.
*
* @return array
*/
public function cards(): array
{