App\services\NotesService::getAll PHP Method

getAll() public method

public getAll ( )
    public function getAll()
    {
        return $this->db->fetchAll("SELECT * FROM notes");
    }