标签: laravel-5.1
在我的刀片模板中,我有:
{{ [ 'label' => 'Author:' , 'custom'=> \Auth::User()->name ] }}
但是当我想这样使用时:
( null !== $options['custom']) ? $set = $options['custom'] : false;
我看到错误未定义索引:自定义?有什么问题?