Files
MokoSuiteNPO/source/script.php
T
jmiller 56ea7f4781
Cascade Main -> Dev / Cascade main -> dev (push) Has been cancelled
Sync Workflows to Repos / sync (push) Has been cancelled
Revert "Merge branch 'dev' into main"
This reverts commit 65e6ae3fbc, reversing
changes made to 15379bd386.
2026-07-10 16:26:10 -05:00

9 lines
286 B
PHP

<?php
defined('_JEXEC') or die;
use Joomla\CMS\Installer\InstallerAdapter;
class Pkg_mokosuitenpoInstallerScript
{
public function preflight(string $type, InstallerAdapter $adapter): bool { return true; }
public function postflight(string $type, InstallerAdapter $adapter): void {}
}