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
/
AdminActionResult.php
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace JVBase\integrations;
if (!defined('ABSPATH')) {
exit;
}
trait AdminActionResult {
public bool $success;
public array $result;
}