App\Ninja\Repositories\DashboardRepository::tasks PHP 메소드

tasks() 공개 메소드

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