App\Ninja\Repositories\DashboardRepository::tasks PHP Method

tasks() public method

public tasks ( $accountId, $userId, $viewAll )
    public function tasks($accountId, $userId, $viewAll)
    {
        return Task::scope()->withArchived()->whereIsRunning(true)->get();
    }