mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-11 13:08:40 +00:00
Automated formatting changes
This commit is contained in:
parent
d41d4dc9ed
commit
382d2d72ec
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Auditor\Controller;
|
||||
|
||||
use View\TableView;
|
||||
use Modules\Admin\Models\SettingsEnum;
|
||||
use Modules\Auditor\Models\AuditMapper;
|
||||
use Modules\Media\Models\MediaMapper;
|
||||
|
|
@ -22,6 +21,7 @@ use phpOMS\Contract\RenderableInterface;
|
|||
use phpOMS\Message\RequestAbstract;
|
||||
use phpOMS\Message\ResponseAbstract;
|
||||
use phpOMS\Views\View;
|
||||
use View\TableView;
|
||||
|
||||
/**
|
||||
* Calendar controller class.
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ final class AuditMapper extends DataMapperFactory
|
|||
return [
|
||||
'hasPrevious' => $hasPrevious,
|
||||
'hasNext' => $hasNext,
|
||||
'data' => $data
|
||||
'data' => $data,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ $next = empty($audits)
|
|||
. ($this->getData('hasNext') ? \end($audits)->getId() : $this->request->getData('id'))
|
||||
. '&ptype=n';
|
||||
|
||||
$tableView = $this->getData('tableView');
|
||||
$tableView = $this->getData('tableView');
|
||||
$tableView->id = 'auditList';
|
||||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user