Add meta data to models.

This commit is contained in:
James Cole
2021-09-18 10:08:10 +02:00
parent b3a98d7079
commit 481a6bdd5f
17 changed files with 87 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property string $secret
* @method static Builder|Webhook whereSecret($value)
* @method static Builder|Webhook whereTitle($value)
* @property int|null $user_group_id
* @method static Builder|Webhook whereUserGroupId($value)
*/
class Webhook extends Model
{