不支持的操作数类型

时间:2017-10-07 12:04:22

标签: laravel

This is app.php

'HTML' => Illuminate\Support\Facades\Html\HtmlFacade::class,
          'Form' => Collective\Html\FormFacade::class,

this is view 
           {!! Form::select('country', ['' => 'Select'] +$countries,'',array('class'=>'form-control','id'=>'country','style'=>'width:350px;'));!!}
    i m getting Unsupported operand types  in the code 
 i m getting Unsupported operand types  in the code 
 i m getting Unsupported operand types  in the code 
 i m getting Unsupported operand types  in the code 

我在代码中获得了不支持的操作数类型      我在代码中得到不支持的操作数类型      我在代码中得到不支持的操作数类型      我在代码中获得了不支持的操作数类型

1 个答案:

答案 0 :(得分:0)

你有一个不合适的加号:

['' => 'Select'] +$countries