mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-02-03 22:08:40 +00:00
Automated formatting changes
This commit is contained in:
parent
f51cb14215
commit
429e3b4c9f
|
|
@ -24,7 +24,7 @@ namespace Modules\Sales\Controller;
|
|||
*/
|
||||
final class BackendController extends Controller
|
||||
{
|
||||
/**
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function viewDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface
|
||||
|
|
|
|||
|
|
@ -12,10 +12,8 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use phpOMS\Uri\UriFactory;
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user