Change Schema classes to final

This commit is contained in:
2023-04-02 22:08:43 +10:00
parent 4fd51abcb1
commit a62e7ddeca
7 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ use App\Ldap\Entry;
* @package phpLDAPadmin
* @subpackage Schema
*/
class ObjectClass extends Base {
final class ObjectClass extends Base {
// The server ID that this objectclass belongs to.
private Server $server;