major refactoring under the hood
[pharext/pharext] / src / pharext_install.tpl.php
index 9bf82716d70dfc3b92ed462ffc195df1c2a5435b..f7a356d8b27217c10a170212cf572d4b1e2ae674 100644 (file)
@@ -1,10 +1,12 @@
 <?='<?php'?>
 
 /**
- * Generated by pharext v<?=pharext\VERSION?> at <?=date("Y-m-d H:i:i T")?>.
+ * Generated by pharext v<?=pharext\VERSION?> at <?=date("Y-m-d H:i:s T")?>.
  */
 namespace pharext;
 
+use pharext\Cli\Args as CliArgs;
+
 return function(Installer $installer) {
        $args = $installer->getArgs();
        <?php foreach ($configure as $cfg) : ?>