for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Babel\Extension\noj;
use App\Babel\Install\InstallerBase;
use Exception;
class Installer extends InstallerBase
{
public $ocode="noj";
public function install()
// throw new Exception("No Install Method Provided");
$this->_install($this->ocode);
}
public function uninstall()
// throw new Exception("No Uninstall Method Provided");
$this->_uninstall($this->ocode);