Skip to content

Commit 343c857

Browse files
authored
Merge pull request #1 from ledererIO/patch-1
works for me
2 parents 223017f + af3ef5f commit 343c857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvoiceNinja/Models/AbstractModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function all()
3333
public static function find($id)
3434
{
3535
$url = static::getRoute() . '/' . $id;
36-
$data = static::sendRequest();
36+
$data = static::sendRequest($url);
3737

3838
return static::hydrate($data);
3939
}

0 commit comments

Comments
 (0)