Skip to content

Commit a04f415

Browse files
committed
fixed namespace for consistency
1 parent e4b14eb commit a04f415

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

sprint4/API/app/Console/Commands/OrderUpdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Console\Commands;
5+
namespace App\Console\Commands;
66

77
use App\Models\Invoice;
88
use Illuminate\Console\Command;

sprint4/API/app/Http/Requests/Customer/DestroyCustomer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Http\Requests\Customer;
5+
namespace App\Http\Requests\Customer;
66

77
use App\Http\Requests\BaseFormRequest;
88

sprint4/API/app/Http/Requests/Customer/StoreCustomer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Http\Requests\Customer;
5+
namespace App\Http\Requests\Customer;
66

77
use App\Http\Requests\BaseFormRequest;
88
use Carbon\Carbon;

sprint4/API/app/Http/Requests/Customer/UpdateCustomer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Http\Requests\Customer;
5+
namespace App\Http\Requests\Customer;
66

77
use App\Http\Requests\BaseFormRequest;
88

sprint5-performance/API/app/Console/Commands/InvoiceGenerate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Console\Commands;
5+
namespace App\Console\Commands;
66

77
use App\Jobs\CreateInvoicePDF;
88
use App\Models\Download;

sprint5-performance/API/app/Console/Commands/InvoiceRemove.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Console\Commands;
5+
namespace App\Console\Commands;
66

77
use App\Models\Download;
88
use Illuminate\Console\Command;

sprint5-performance/API/app/Console/Commands/OrderUpdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Console\Commands;
5+
namespace App\Console\Commands;
66

77
use App\Models\Invoice;
88
use Illuminate\Console\Command;

sprint5-performance/API/app/Http/Requests/Brand/PatchBrand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Http\Requests\Brand;
5+
namespace App\Http\Requests\Brand;
66

77
use App\Http\Requests\BaseFormRequest;
88
use App\Rules\SubscriptSuperscriptRule;

sprint5-performance/API/app/Http/Requests/Category/PatchCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Http\Requests\Category;
5+
namespace App\Http\Requests\Category;
66

77
use App\Http\Requests\BaseFormRequest;
88
use App\Rules\SubscriptSuperscriptRule;

sprint5-performance/API/app/Http/Requests/Customer/DestroyCustomer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2024-2026 Testsmith. All rights reserved.
33
// See LICENSE for details.
44

5-
namespace app\Http\Requests\Customer;
5+
namespace App\Http\Requests\Customer;
66

77
use App\Http\Requests\BaseFormRequest;
88

0 commit comments

Comments
 (0)