mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-php/Text_Template: Version bump and use composer autoloading
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
13
dev-php/Text_Template/files/autoload.php
Normal file
13
dev-php/Text_Template/files/autoload.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/* Autoloader for dev-php/Text_Template */
|
||||
|
||||
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
|
||||
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
|
||||
}
|
||||
|
||||
\Fedora\Autoloader\Autoload::addClassMap(
|
||||
array(
|
||||
'text_template' => '/Template.php',
|
||||
),
|
||||
__DIR__
|
||||
);
|
||||
Reference in New Issue
Block a user