Add initial files and templates for ps_emailalerts module
- Created LICENSE file for composer dependencies. - Added autoload files: autoload_classmap.php, autoload_namespaces.php, autoload_psr4.php, autoload_real.php, and autoload_static.php. - Initialized installed.json for composer. - Added index.php and form templates for admin configuration. - Implemented front-end templates for email alerts, including account management and product notifications. - Included necessary headers and copyright notices in all new files.
This commit is contained in:
21
modules/ps_cashondelivery/vendor/composer/autoload_static.php
vendored
Normal file
21
modules/ps_cashondelivery/vendor/composer/autoload_static.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInita514d5349db65fb5fb286a7e4710fa94
|
||||
{
|
||||
public static $classMap = array (
|
||||
'Ps_Cashondelivery' => __DIR__ . '/../..' . '/ps_cashondelivery.php',
|
||||
'Ps_CashondeliveryValidationModuleFrontController' => __DIR__ . '/../..' . '/controllers/front/validation.php',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->classMap = ComposerStaticInita514d5349db65fb5fb286a7e4710fa94::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user