1: | <?php |
2: | declare(strict_types=1); |
3: | |
4: | /** |
5: | * +------------------------------------------------------------+ |
6: | * | apnscp | |
7: | * +------------------------------------------------------------+ |
8: | * | Copyright (c) Apis Networks | |
9: | * +------------------------------------------------------------+ |
10: | * | Licensed under Artistic License 2.0 | |
11: | * +------------------------------------------------------------+ |
12: | * | Author: Matt Saladna (msaladna@apisnetworks.com) | |
13: | * +------------------------------------------------------------+ |
14: | */ |
15: | |
16: | /** |
17: | * Class Go_Module |
18: | * |
19: | * @package core |
20: | */ |
21: | class Go_Module extends \Module\Support\Anyversion |
22: | { } |