mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Add PHPDoc to StaticController::stylesheetAction()
This commit is contained in:
parent
d638868524
commit
274c0eacef
@ -152,6 +152,9 @@ class StaticController extends Controller
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Send application's and modules' CSS
|
||||||
|
*/
|
||||||
public function stylesheetAction()
|
public function stylesheetAction()
|
||||||
{
|
{
|
||||||
$lessCompiler = new \Icinga\Web\LessCompiler();
|
$lessCompiler = new \Icinga\Web\LessCompiler();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user