mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-06 01:48:29 +08:00
Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
This commit is contained in:
commit
583d434505
76 changed files with 39023 additions and 0 deletions
11
inc/repositories/namespace.php
Normal file
11
inc/repositories/namespace.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Prevents calls to the WordPress.org API for the default repository.
|
||||
*
|
||||
* @package FAIR
|
||||
*/
|
||||
|
||||
namespace FAIR\Repositories;
|
||||
|
||||
function bootstrap() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue