mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-22 06:18:43 +00:00
Make null models final
This commit is contained in:
parent
c6e874b462
commit
2982e881d4
|
|
@ -22,6 +22,6 @@ namespace Modules\Knowledgebase\Models;
|
|||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class NullWikiCategory extends WikiCategory
|
||||
final class NullWikiCategory extends WikiCategory
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@ namespace Modules\Knowledgebase\Models;
|
|||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class NullWikiDoc extends WikiDoc
|
||||
final class NullWikiDoc extends WikiDoc
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user