fixes HHVM relation formfield (belongsToMany in particular) issue in which no data is pulled from relation
This commit is contained in:
parent
5f9acc2e8d
commit
e19759c9f9
|
|
@ -1,7 +1,7 @@
|
|||
<?php namespace Backend\Classes;
|
||||
|
||||
use Html;
|
||||
use Model;
|
||||
use October\Rain\Database\Model;
|
||||
use October\Rain\Html\Helper as HtmlHelper;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue