]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/Webhook.php
Added copy considerations
[bookstack] / app / Actions / Webhook.php
index ed13856f3877e2db14daa9d961140c55ba2e969d..2c0bd0f157612b89cbf10b4a7256a5ea16241705 100644 (file)
@@ -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
 {