🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 01:53

This commit is contained in:
Hamza-Ayed
2026-05-03 01:53:47 +03:00
parent faad0cbc8f
commit bb805279b2

View File

@@ -43,7 +43,7 @@ final class Router
$handler = $routeInfo[1];
$vars = $routeInfo[2];
$this->executeHandler($handler, $request, $container, $vars);
$this->executeHandler($handler, $request, $this->container, $vars);
break;
}
}