Skip to content

Commit

Permalink
Update Interest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken authored Apr 1, 2022
1 parent 3ce7b90 commit 734d5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vehicles/Interest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function create(Dealer $dealer, User $user, int $leadsId, array $d
*
* @return bool
*/
public function update(Dealer $dealer, User $user, string $id, array $data) : bool
public static function update(Dealer $dealer, User $user, string $id, array $data) : bool
{
$client = new Client($dealer->id, $user->id);

Expand Down

0 comments on commit 734d5f8

Please sign in to comment.