mirror of
https://gh.wpcy.net/https://github.com/fairpm/fair-plugin.git
synced 2026-04-28 01:12: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() {
|
|
}
|