Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Jul 18, 2023
1 parent 3b5cbb9 commit 7f688ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ also pass closure as needed.

```php
use App\Nova\Metrics\NewUsers;
use App\Nova\Metrics\NewOrders;

public function cards(NovaRequest $request)
{
Expand All @@ -49,6 +50,7 @@ If preferred, you can call `refreshIntervalMilliseconds` instead and pass in the

```php
use App\Nova\Metrics\NewUsers;
use App\Nova\Metrics\NewOrders;

public function cards(NovaRequest $request)
{
Expand Down

0 comments on commit 7f688ef

Please sign in to comment.