Skip to content

Commit

Permalink
Changes to files: app/Models/Expense.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Sep 5, 2024
1 parent 7b3ecf2 commit bcf6dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Expense.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Expense extends BaseModel
*
* @var string
*/
protected $table = "expense";
protected $table = "expense_expense";

/**
* Add relationship to Partner
Expand Down

0 comments on commit bcf6dbe

Please sign in to comment.