Initial
This commit is contained in:
11
system/Commands/Generators/Views/validation.tpl.php
Normal file
11
system/Commands/Generators/Views/validation.tpl.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<@php
|
||||
|
||||
namespace {namespace};
|
||||
|
||||
class {class}
|
||||
{
|
||||
// public function custom_rule(): bool
|
||||
// {
|
||||
// return true;
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user