Skip to content

Commit

Permalink
Add amount selector
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Bernskiold <[email protected]>
  • Loading branch information
ErikBernskiold committed Aug 6, 2022
1 parent 528245f commit 25ddf5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/BaseResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace BernskioldMedia\LaravelMatomo\Resources;

use BernskioldMedia\LaravelMatomo\Concerns\Cacheable;
use BernskioldMedia\LaravelMatomo\Concerns\SelectsAmount;
use BernskioldMedia\LaravelMatomo\MatomoClient;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Support\Traits\Tappable;
Expand All @@ -11,7 +12,8 @@ abstract class BaseResource
{
use Tappable,
Cacheable,
Macroable;
Macroable,
SelectsAmount;

public function __construct(
public MatomoClient $client
Expand Down

0 comments on commit 25ddf5c

Please sign in to comment.