Skip to content

Commit

Permalink
update branches path
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 15, 2023
1 parent 39761f5 commit 2b9de32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"php": "^8.1|^8.2",
"tomatophp/console-helpers": "^1.1",
"tomatophp/tomato-category": "^1.1",
"tomatophp/tomato-branches": "^1.0",
"tomatophp/tomato-crm": "^1.1",
"tomatophp/tomato-products": "^1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use TomatoPHP\TomatoCrm\Models\Account;
use TomatoPHP\TomatoOrders\Models\Order;
use TomatoPHP\TomatoCategory\Models\Category;
use TomatoPHP\TomatoOrders\Models\Branch;
use TomatoPHP\TomatoBranches\Models\Branch;

/**
* @property integer $id
Expand Down

0 comments on commit 2b9de32

Please sign in to comment.