Update /installation/languages controller namespace

This commit is contained in:
Darko Gjorgjijoski
2024-07-11 13:36:57 +02:00
parent 9fcf3792c7
commit 24ba33fd02
2 changed files with 3 additions and 2 deletions
@@ -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
{