mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-17 14:08:41 +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;
|
namespace Modules\Auditor\Controller;
|
||||||
|
|
||||||
use View\TableView;
|
|
||||||
use Modules\Admin\Models\SettingsEnum;
|
use Modules\Admin\Models\SettingsEnum;
|
||||||
use Modules\Auditor\Models\AuditMapper;
|
use Modules\Auditor\Models\AuditMapper;
|
||||||
use Modules\Media\Models\MediaMapper;
|
use Modules\Media\Models\MediaMapper;
|
||||||
|
|
@ -22,6 +21,7 @@ use phpOMS\Contract\RenderableInterface;
|
||||||
use phpOMS\Message\RequestAbstract;
|
use phpOMS\Message\RequestAbstract;
|
||||||
use phpOMS\Message\ResponseAbstract;
|
use phpOMS\Message\ResponseAbstract;
|
||||||
use phpOMS\Views\View;
|
use phpOMS\Views\View;
|
||||||
|
use View\TableView;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calendar controller class.
|
* Calendar controller class.
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ final class AuditMapper extends DataMapperFactory
|
||||||
return [
|
return [
|
||||||
'hasPrevious' => $hasPrevious,
|
'hasPrevious' => $hasPrevious,
|
||||||
'hasNext' => $hasNext,
|
'hasNext' => $hasNext,
|
||||||
'data' => $data
|
'data' => $data,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ $next = empty($audits)
|
||||||
. ($this->getData('hasNext') ? \end($audits)->getId() : $this->request->getData('id'))
|
. ($this->getData('hasNext') ? \end($audits)->getId() : $this->request->getData('id'))
|
||||||
. '&ptype=n';
|
. '&ptype=n';
|
||||||
|
|
||||||
$tableView = $this->getData('tableView');
|
$tableView = $this->getData('tableView');
|
||||||
$tableView->id = 'auditList';
|
$tableView->id = 'auditList';
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user