@@ -70,7 +70,7 @@ |
||
70 | 70 | 'updated_at' => '?date', |
71 | 71 | ]); |
72 | 72 | |
73 | - $mapper->filter('not_expire', function (Query $q, $date) { |
|
73 | + $mapper->filter('not_expire', function(Query $q, $date) { |
|
74 | 74 | $q->where('expire_at')->gt($date); |
75 | 75 | }); |
76 | 76 | } |