Skip to content

Commit 01b5c02

Browse files
committed
Add User model import in OrderCompletedController
This commit adds the import statement for the User model in the OrderCompletedController, ensuring that the controller can utilize user-related functionalities as needed.
1 parent f507593 commit 01b5c02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Delivery/OrderCompletedController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace App\Http\Controllers\Delivery;
44

5+
use App\Models\User;
56
use App\Models\Order;
67
use App\Http\Controllers\Controller;
78
use Illuminate\Support\Facades\Auth;

0 commit comments

Comments
 (0)