mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 21:38:40 +00:00
Remove space from end of line
This commit is contained in:
parent
9d60fd0c5e
commit
d4f97f3d2f
|
|
@ -14,7 +14,6 @@ declare(strict_types = 1);
|
|||
|
||||
namespace Modules\Accounting\Models;
|
||||
|
||||
|
||||
/**
|
||||
* Account abstraction class.
|
||||
*
|
||||
|
|
@ -43,7 +42,7 @@ abstract class AccountAbstract
|
|||
protected $type = null;
|
||||
|
||||
protected $positiveParent = null;
|
||||
|
||||
|
||||
protected $negativeParent = null;
|
||||
|
||||
/**
|
||||
|
|
@ -99,7 +98,7 @@ abstract class AccountAbstract
|
|||
{
|
||||
}
|
||||
|
||||
public function getPositiveParent()
|
||||
public function getPositiveParent()
|
||||
{
|
||||
return $this->positiveParent;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@
|
|||
* @version 1.0.0
|
||||
* @link http://website.orange-management.de
|
||||
*/
|
||||
echo $this->getData('nav')->render();
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user