dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=DashboardManager overhaul. A bit easier to modify the output of pages. Sti...
Jake Vanderwerf
2026-06-29
4089ba01e0881c89a72332e13bc3a80b6bddec2a
[jakevan/jvb.git]
/
inc
/
registrar
/
config
/
Config.php
1
2
3
4
5
6
7
8
9
10
<?php
namespace JVBase\registrar\config;
if (!defined('ABSPATH')) {
exit;
}
abstract class Config {
abstract public function getConfig():array;
}