App\Ninja\Repositories\DocumentRepository::all PHP Method

all() public method

public all ( )
    public function all()
    {
        return Document::scope()->with('user')->get();
    }