Sales executive issue
This commit is contained in:
parent
fc45729bee
commit
31da73e134
@ -168,7 +168,7 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) {
|
|||||||
$routes->get('salesExecutive/executiveList', 'SalesExecutive::salesExecutiveList');
|
$routes->get('salesExecutive/executiveList', 'SalesExecutive::salesExecutiveList');
|
||||||
$routes->get('salesExecutive/findExecutive', 'SalesExecutive::findSalesExecutive');
|
$routes->get('salesExecutive/findExecutive', 'SalesExecutive::findSalesExecutive');
|
||||||
$routes->post('salesExecutive/createExecutive', 'SalesExecutive::createSalesExecutive');
|
$routes->post('salesExecutive/createExecutive', 'SalesExecutive::createSalesExecutive');
|
||||||
$routes->post('salesExecutive/updateExecutive', 'SalesExecutive::updateSalesExecutive');
|
$routes->post('salesExecutive/updateExecutive', 'SalesExecutive::updateSalesExecutivedetails');
|
||||||
$routes->post('salesExecutive/changeExecutiveStatus', 'SalesExecutive::changeSalesExecutiveStatus');
|
$routes->post('salesExecutive/changeExecutiveStatus', 'SalesExecutive::changeSalesExecutiveStatus');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ use App\Models\AgentIncentiveFileModel;
|
|||||||
class SalesExecutive extends ResourceController
|
class SalesExecutive extends ResourceController
|
||||||
{
|
{
|
||||||
|
|
||||||
protected $SalesExecutiveModel;
|
protected $salesExecutiveModel;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user