mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +05:30
10 lines
211 B
PHP
10 lines
211 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname(dirname($vendorDir));
|
|
|
|
return array(
|
|
'Kanti\\' => array($vendorDir . '/kanti/hub-updater'),
|
|
);
|