Files
opensourcepos/app/Plugins/MailchimpPlugin/Controllers/MailchimpController.php
objec db180d134e Views
- Added injection point into Customers Controller.
- Registered event listeners for the view hook.
- created initial customer tab view.
- Removed unnecessary comments

Signed-off-by: objec <objecttothis@gmail.com>
2026-04-18 00:13:55 +04:00

11 lines
221 B
PHP

<?php
namespace App\Plugins\MailchimpPlugin\Controllers;
use App\Controllers\Secure_Controller;
class MailchimpController extends Secure_Controller
{
//TODO: this is for functions that prepare data for partial views
}