Removed `shifts_json_export_all` reference
This commit is contained in:
parent
c1e0e121f0
commit
8f519a69e9
|
@ -25,7 +25,6 @@ class LegacyMiddleware implements MiddlewareInterface
|
||||||
'shift_entries',
|
'shift_entries',
|
||||||
'shifts',
|
'shifts',
|
||||||
'shifts_json_export',
|
'shifts_json_export',
|
||||||
'shifts_json_export_all',
|
|
||||||
'stats',
|
'stats',
|
||||||
'users',
|
'users',
|
||||||
'user_driver_licenses',
|
'user_driver_licenses',
|
||||||
|
@ -123,10 +122,6 @@ class LegacyMiddleware implements MiddlewareInterface
|
||||||
require_once realpath(__DIR__ . '/../../includes/controller/shifts_controller.php');
|
require_once realpath(__DIR__ . '/../../includes/controller/shifts_controller.php');
|
||||||
shifts_json_export_controller();
|
shifts_json_export_controller();
|
||||||
/** @noinspection PhpMissingBreakStatementInspection */
|
/** @noinspection PhpMissingBreakStatementInspection */
|
||||||
case 'shifts_json_export_all':
|
|
||||||
require_once realpath(__DIR__ . '/../../includes/controller/shifts_controller.php');
|
|
||||||
shifts_json_export_all_controller();
|
|
||||||
/** @noinspection PhpMissingBreakStatementInspection */
|
|
||||||
case 'stats':
|
case 'stats':
|
||||||
require_once realpath(__DIR__ . '/../../includes/pages/guest_stats.php');
|
require_once realpath(__DIR__ . '/../../includes/pages/guest_stats.php');
|
||||||
guest_stats();
|
guest_stats();
|
||||||
|
|
Loading…
Reference in New Issue