Skip to content

Commit

Permalink
Merge pull request #49 from tipoff/drewroberts/feature/48-nova-group
Browse files Browse the repository at this point in the history
Ecommerce Group for Nova Resources #48
  • Loading branch information
drewroberts authored Mar 12, 2021
2 parents 36cb9a1 + 8979401 commit 0279515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nova/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class Payment extends BaseResource
public static $search = [
'id',
];

public static $group = 'Ecommerce';

public static function indexQuery(NovaRequest $request, $query)
{
Expand All @@ -43,8 +45,6 @@ public static function indexQuery(NovaRequest $request, $query)
});
}

public static $group = 'Operations';

/** @psalm-suppress UndefinedClass */
protected array $filterClassList = [
\Tipoff\Locations\Nova\Filters\OrderLocation::class,
Expand Down

0 comments on commit 0279515

Please sign in to comment.