Версия 0.8.0 #4

Merged
kor-elf merged 8 commits from develop into main 2024-04-28 14:26:47 +05:00
Showing only changes of commit 4bc170ed00 - Show all commits

View File

@ -11,7 +11,7 @@
use Illuminate\Http\Request;
use Illuminate\View\View;
class UsersController extends Controller
final class UsersController extends Controller
{
public function __construct(
private readonly UserService $userService