File "YamlFilesLoader.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/symfony/validator/Mapping/Loader/YamlFilesLoader.php
File size: 246 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\Validator\Mapping\Loader;
if (!defined('ABSPATH')) exit;
class YamlFilesLoader extends FilesLoader
{
 public function getFileLoaderInstance(string $file)
 {
 return new YamlFileLoader($file);
 }
}