Remove validation class
This commit is contained in:
parent
1c65750067
commit
91347e3597
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
namespace Core;
|
||||
|
||||
class Validate
|
||||
{
|
||||
public static function check($items)
|
||||
{
|
||||
foreach ($items as $item) {
|
||||
$item = preg_replace('/^<[\Ww\/]>$/', '', $item);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user