Example #1
0
 public function css()
 {
     $form = new Form();
     return new Response($form->plugins()->css(), 'text/css');
 }