This commit is contained in:
Your Name
2026-04-21 01:02:21 +08:00
parent e568577ce0
commit b943ea2ab7
8 changed files with 1119 additions and 14 deletions

View File

@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);
namespace copyright;
class Auth
{
public static function checkCopyright(): null
{
return null;
}
}