haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
admin-menu-editor
/
customizables
/
Schemas
/
Filename :
Anything.php
back
Copy
<?php namespace YahnisElsts\AdminMenuEditor\Customizable\Schemas; class Anything extends Schema { public function parse($value, $errors = null, $stopOnFirstError = false) { return $value; } }