From d5544c638d78fbf331dc52f51411d3e7137a48e8 Mon Sep 17 00:00:00 2001 From: Philipp Frenzel Date: Tue, 19 Apr 2016 16:02:38 +0200 Subject: [PATCH] Update PrintAsset.php --- PrintAsset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PrintAsset.php b/PrintAsset.php index 9417311..4fd5b5a 100644 --- a/PrintAsset.php +++ b/PrintAsset.php @@ -29,8 +29,8 @@ class PrintAsset extends AssetBundle * options for the css file beeing published * @var [type] */ - /*public $cssOptions = [ + public $cssOptions = [ 'media' => 'print' - ];*/ + ]; }