debug
This commit is contained in:
13
code/extend/copyright/Auth.php
Normal file
13
code/extend/copyright/Auth.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace copyright;
|
||||
|
||||
class Auth
|
||||
{
|
||||
public static function checkCopyright(): null
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user