Add missing classes

This commit is contained in:
Thilina
2021-06-28 08:14:01 +02:00
parent 41ebd61c8e
commit a042ee67ec
10 changed files with 417 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace Classes;
interface Authorizable
{
public function granted() : bool;
}