#5 - bump dependencies

This commit is contained in:
Adrian Hopek
2022-03-01 09:31:45 +01:00
parent 936a279606
commit 92784846dc
48 changed files with 1131 additions and 469 deletions

View File

@@ -13,8 +13,7 @@ class SelectedYearPeriodScope implements Scope
{
public function __construct(
protected YearPeriodRetriever $yearPeriodRetriever,
) {
}
) {}
public function apply(Builder $builder, Model $model): Builder
{