Skip to content

Commit af3ef5f

Browse files
authored
works for me
1 parent 223017f commit af3ef5f

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)