dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Still working away at the Integrations overhaul
Jake Vanderwerf
5 days ago
0dfe1d8afafc59c4a5559c498342668d5a58d6ef
[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;
}