]>
BookStack Code Mirror - bookstack/blob - app/Actions/Webhook.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Started webhook implementation
[bookstack]
/
app
/
Actions
/
Webhook.php
1
<?php
2
3
namespace BookStack\Actions;
4
5
use Illuminate\Database\Eloquent\Factories\HasFactory;
6
use Illuminate\Database\Eloquent\Model;
7
8
class Webhook extends Model
9
{
10
use HasFactory;
11
}