mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
Fix spacing
This commit is contained in:
parent
cb1ca10a28
commit
4ee0459653
@ -26,9 +26,9 @@ class Errors extends AbstractController
|
||||
public function forbidden()
|
||||
{
|
||||
$this->displayError(403, 'forbidden', array(
|
||||
'href' => $this->uri('/dashboard/'),
|
||||
'label' => $this->label('errors.action.return-to-dashboard')
|
||||
));
|
||||
'href' => $this->uri('/dashboard/'),
|
||||
'label' => $this->label('errors.action.return-to-dashboard')
|
||||
));
|
||||
}
|
||||
|
||||
protected function displayError($status, $name, $action)
|
||||
|
Loading…
x
Reference in New Issue
Block a user