mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-14 03:28:40 +00:00
inspection fixes
This commit is contained in:
parent
ed1cf2413c
commit
484b723493
|
|
@ -24,13 +24,4 @@ namespace Modules\Accounting\Models;
|
||||||
*/
|
*/
|
||||||
class InvoicePosting extends PostingAbstract
|
class InvoicePosting extends PostingAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
|
||||||
* Constructor.
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,13 +24,4 @@ namespace Modules\Accounting\Models;
|
||||||
*/
|
*/
|
||||||
abstract class Posting extends PostingAbstract
|
abstract class Posting extends PostingAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
|
||||||
* Constructor.
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user