v-wordpress-plugin-updater/v-update-api/app/Core/Controller.php
2026-04-06 09:47:05 -04:00

19 lines
369 B
PHP

<?php
// phpcs:ignoreFile PSR1.Files.SideEffects.FoundWithSymbols
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>
* License: https://opensource.org/licenses/MIT MIT License
* Link: https://vontainment.com
* Version: 4.5.0
*
* File: Controller.php
* Description: WordPress Update API
*/
namespace App\Core;
class Controller
{
}