2
0
forked from Wavyzz/dolibarr

autoloader for egulias lib needed by swiftmailer

This commit is contained in:
Frédéric FRANCE
2019-03-02 14:35:05 +01:00
parent 8c23b41f9a
commit 73740bc10e
2 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
/*
* Bootstrap the library.
*/
namespace Egulias;
require_once __DIR__ . '/egulias/email-validator/AutoLoader.php';
$autoloader = new EguliasAutoLoader(__NAMESPACE__, dirname(__DIR__));
$autoloader->register();