mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-06 01:48:29 +08:00
11 lines
161 B
PHP
11 lines
161 B
PHP
<?php
|
|
/**
|
|
* Prevents calls to the WordPress.org API for the default repository.
|
|
*
|
|
* @package FAIR
|
|
*/
|
|
|
|
namespace FAIR\Repositories;
|
|
|
|
function bootstrap() {
|
|
}
|