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