mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-12 06:18:41 +00:00
Make classes final
This commit is contained in:
parent
7bb0b0be0b
commit
105a898067
|
|
@ -31,7 +31,7 @@ use phpOMS\Views\View;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class BackendController extends Controller
|
||||
final class BackendController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ use phpOMS\Localization\Money;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Invoice implements \JsonSerializable
|
||||
final class Invoice implements \JsonSerializable
|
||||
{
|
||||
private $id = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Modules\Billing\Models;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class InvoiceElement implements \JsonSerializable
|
||||
final class InvoiceElement implements \JsonSerializable
|
||||
{
|
||||
private $id = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user