sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 260 forks source link

AdminFormElement::select no options #345

Open zedsh opened 8 years ago

zedsh commented 8 years ago

After update SleepingOwl construction AdminFormElement::select('var_id', 'Variable')->setModelForOptions('App\Variable')->setDisplay('desc') not display options in admin panel.