@@ -1,5 +1,7 @@
<?php
+Lib::loadClass('Request');
+
/**
* @example: Response::sendJson($data);
* @example: Response::sendPlainText($data);