dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Refactor of Integrations.php. Separated different functionality into trait...
Jake Vanderwerf
2026-07-12
c204185ae86a98994f80010abf35a190c9406739
[jakevan/jvb.git]
/
inc
/
integrations
/
SyncDefaults.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace JVBase\integrations;
if (!defined('ABSPATH')) {
exit;
}
/**
* Handles the getting and setting of default values for service fields.
*/
trait SyncDefaults {
}