mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-php/File_Iterator: Revbump to fix autoload file
It was not changed to the modern namespaced classes Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
15
dev-php/File_Iterator/files/autoload-2.0.2.php
Normal file
15
dev-php/File_Iterator/files/autoload-2.0.2.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/* Autoloader for dev-php/File_Iterator */
|
||||
|
||||
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
|
||||
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
|
||||
}
|
||||
|
||||
\Fedora\Autoloader\Autoload::addClassMap(
|
||||
[
|
||||
'sebastianbergmann\\fileiterator\\facade' => '/Facade.php',
|
||||
'sebastianbergmann\\fileiterator\\factory' => '/Factory.php',
|
||||
'sebastianbergmann\\fileiterator\\iterator' => '/Iterator.php',
|
||||
],
|
||||
__DIR__
|
||||
);
|
||||
Reference in New Issue
Block a user