X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/dbd4281ae80a5be2d631a0c8bd9e8dc29546c92e..refs/pull/3118/head:/app/Actions/Webhook.php diff --git a/app/Actions/Webhook.php b/app/Actions/Webhook.php index ed13856f3..2c0bd0f15 100644 --- a/app/Actions/Webhook.php +++ b/app/Actions/Webhook.php @@ -9,11 +9,11 @@ use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\HasMany; /** - * @property int $id - * @property string $name - * @property string $endpoint + * @property int $id + * @property string $name + * @property string $endpoint * @property Collection $trackedEvents - * @property bool $active + * @property bool $active */ class Webhook extends Model implements Loggable {