mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Marry twig to global input helpers
This commit is contained in:
parent
c8b04db1fe
commit
846a312765
@ -223,7 +223,9 @@ class ServiceProvider extends ModuleServiceProvider
|
||||
MarkupManager::instance()->registerCallback(function ($manager) {
|
||||
$manager->registerFunctions([
|
||||
// Functions
|
||||
'input' => 'input',
|
||||
'post' => 'post',
|
||||
'get' => 'get',
|
||||
'link_to' => 'link_to',
|
||||
'link_to_asset' => 'link_to_asset',
|
||||
'link_to_route' => 'link_to_route',
|
||||
|
Loading…
x
Reference in New Issue
Block a user