mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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;
|
<?php namespace Backend\Classes;
|
||||||
|
|
||||||
use Html;
|
use Html;
|
||||||
use Model;
|
use October\Rain\Database\Model;
|
||||||
use October\Rain\Html\Helper as HtmlHelper;
|
use October\Rain\Html\Helper as HtmlHelper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user