File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 * created / updated / deleted (observer lives in
1414 * App\Observers\AuditLogObserver, registered in AppServiceProvider).
1515 *
16- * @property string $id
17- * @property string $tenant_id
18- * @property int|null $user_id
19- * @property string $action create|update|delete
20- * @property string $target_type
21- * @property string $target_id
22- * @property array<string,mixed>|null $before
23- * @property array<string,mixed>|null $after
16+ * @property string $id
17+ * @property string $tenant_id
18+ * @property int|null $user_id
19+ * @property string $action create|update|delete
20+ * @property string $target_type
21+ * @property string $target_id
22+ * @property array<string,mixed>|null $before
23+ * @property array<string,mixed>|null $after
2424 */
2525class AuditLogEntry extends Model
2626{
Original file line number Diff line number Diff line change 1616 * @property string $id
1717 * @property string $tenant_id
1818 * @property string $name
19- * @property int $schema_version
19+ * @property int $schema_version
2020 * @property array<string,mixed> $body
2121 */
2222class Registry extends Model
Original file line number Diff line number Diff line change 1313/**
1414 * @property string|null $tenant_id
1515 * @property string|null $oauth_subject
16- * @property string $role owner|admin|editor|viewer
16+ * @property string $role owner|admin|editor|viewer
1717 */
1818class User extends Authenticatable
1919{
You can’t perform that action at this time.
0 commit comments