add use package missing

This commit is contained in:
arifal
2025-03-07 15:00:26 +07:00
parent 0431945a42
commit 4632e102eb
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ namespace App\Http\Controllers;
use App\Models\Customer;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\DB;
class CustomersController extends Controller
{