fixes HHVM relation formfield (belongsToMany in particular) issue in which no data is pulled from relation

This commit is contained in:
Łukasz Biały 2015-03-27 23:03:38 +01:00
parent 5f9acc2e8d
commit e19759c9f9

View File

@ -1,7 +1,7 @@
<?php namespace Backend\Classes;
use Html;
use Model;
use October\Rain\Database\Model;
use October\Rain\Html\Helper as HtmlHelper;
/**