Skip to content
Snippets Groups Projects
Commit 5f2c4731 authored by Pastor Mickaël's avatar Pastor Mickaël
Browse files

Related to Comptoir/Comptoir-srv#415 -> remove useless helper

parent 47361cce
No related branches found
No related tags found
No related merge requests found
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
namespace App\View\Helper;
use Cake\View\Helper;
use Cake\View\StringTemplateTrait;
class ForgeQueryAdullactHelper extends Helper
{
use StringTemplateTrait;
protected $_defaultConfig = [
'errorClass' => 'error',
'templates' => [
'label' => '<label for="{{for}}">{{content}}</label>',
],
];
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment