akaunting 3.0 (the last dance)
This commit is contained in:
12
app/View/Components/Modules/PreSale.php
Normal file
12
app/View/Components/Modules/PreSale.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\View\Components\Modules;
|
||||
|
||||
use App\View\Components\Modules\Items as Component;
|
||||
|
||||
class PreSale extends Component
|
||||
{
|
||||
public $type = 'pre_sale';
|
||||
|
||||
public $view = 'components.modules.pre_sale';
|
||||
}
|
Reference in New Issue
Block a user