Commit 129b4263 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(cs): Lint

1 merge request!407Top Algorithm
Pipeline #98764859 passed with stages
in 7 minutes and 19 seconds
......@@ -42,8 +42,7 @@ class Sync
public function __construct(
$repository = null,
$counters = null
)
{
) {
$this->repository = $repository ?: new Repository();
$this->counters = $counters ?: Di::_()->get('Entities\Counters');
}
......
Please register or to comment