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

@@ -11,7 +11,7 @@ use Illuminate\Support\Facades\Log;
* @package phpLDAPadmin
* @subpackage Schema
*/
class MatchingRule extends Base {
final class MatchingRule extends Base {
// This rule's syntax OID
private ?string $syntax = NULL;