mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix codestyle
This commit is contained in:
parent
350dbb5b59
commit
adef27f862
37 changed files with 556 additions and 488 deletions
|
@ -27,9 +27,9 @@ namespace controllers\internals;
|
|||
}
|
||||
|
||||
/**
|
||||
* Return unknown error page
|
||||
* Return unknown error page.
|
||||
*/
|
||||
public function unknown ()
|
||||
public function unknown()
|
||||
{
|
||||
http_response_code(500);
|
||||
$this->render('error/unknown');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue