Fixes for adapt to the new framework
This commit is contained in:
parent
d76b4df139
commit
ea3bbc91e4
12 changed files with 245 additions and 18 deletions
|
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
|
||||
namespace PhangoApp\PhaModels\CoreFields;
|
||||
use PhangoApp\PhaUtils\Utils;
|
||||
|
||||
class PhangoField {
|
||||
|
||||
|
|
@ -101,7 +102,7 @@ class PhangoField {
|
|||
function search_field($value)
|
||||
{
|
||||
|
||||
return form_text($value);
|
||||
return Utils::form_text($value);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue