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 2b9de32 commit 60197f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Controllers/InvoiceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use Illuminate\Http\Request;
use Illuminate\View\View;
use TomatoPHP\TomatoAdmin\Facade\Tomato;
use TomatoPHP\TomatoOrders\Models\Branch;
use TomatoPHP\TomatoOrders\Models\Company;
use TomatoPHP\TomatoBranches\Models\Branch;
use TomatoPHP\TomatoBranches\Models\Company;
use TomatoPHP\TomatoProducts\Models\Product;

class InvoiceController extends Controller
Expand Down

0 comments on commit 60197f1

Please sign in to comment.