More Facades, User delete

This commit is contained in:
2024-07-22 00:56:04 +02:00
parent 4b89a7e9ca
commit 7b897071f5
14 changed files with 177 additions and 63 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
namespace Khofmann\Api;
use Khofmann\Response\Response;
class Api
{
public function __construct()
{
Response::response()->header("Cache-control: no-cache");
}
}