Update /installation/languages controller namespace

This commit is contained in:
Darko Gjorgjijoski
2024-06-05 14:11:26 +02:00
parent 9fcf3792c7
commit 24ba33fd02
2 changed files with 3 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
<?php
namespace InvoiceShelf\Http\Controllers\V1\Installation;
namespace App\Http\Controllers\V1\Installation;
use Illuminate\Http\JsonResponse;
use InvoiceShelf\Http\Controllers\Controller;
use App\Http\Controllers\Controller;
class LanguagesController extends Controller
{