Skip to content

Commit

Permalink
🔧 Tweak the Facade to mixin better.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabrowne85 committed Jan 25, 2024
1 parent 5a7fb83 commit 6161163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Contracts/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public function values(string $type, ?array $keys = null): Collection;
* Retrieve aggregate values for plotting on a graph.
*
* @param list<string> $types
* @param 'count'|'min'|'max'|'sum'|'avg' $aggregate
* @return Collection<string, Collection<string, Collection<string, int|null>>>
*/
public function graph(array $types, string $aggregate, Period $interval): Collection;
Expand Down
2 changes: 2 additions & 0 deletions src/Datum.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ public function setContainer($container)
/**
* Forward calls to the storage driver.
*
* @mixin Storage
*
* @param string $method
* @param array<mixed> $parameters
*/
Expand Down

0 comments on commit 6161163

Please sign in to comment.