mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
- 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>
11 lines
221 B
PHP
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
|
|
}
|