mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-09 18:08:40 +00:00
Make null models final
This commit is contained in:
parent
c778058e15
commit
c3fff19049
|
|
@ -22,6 +22,6 @@ namespace Modules\Helper\Models;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class NullReport extends Report
|
final class NullReport extends Report
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@ namespace Modules\Helper\Models;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class NullTemplate extends Template
|
final class NullTemplate extends Template
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user