App\Ninja\Repositories\DocumentRepository::all PHP Méthode

all() public méthode

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