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 MatchingRuleUse extends Base {
final class MatchingRuleUse extends Base {
// An array of attribute names who use this MatchingRule
private Collection $used_by_attrs;