From eaf1b346cd5ad6bde03389c17b2f9df3f851ad8f Mon Sep 17 00:00:00 2001 From: Sam Light Date: Tue, 10 Feb 2026 00:21:51 +0000 Subject: Model docblocks --- workbench/app/Models/Category.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'workbench/app/Models/Category.php') diff --git a/workbench/app/Models/Category.php b/workbench/app/Models/Category.php index 8e30c31..28b08de 100644 --- a/workbench/app/Models/Category.php +++ b/workbench/app/Models/Category.php @@ -5,8 +5,16 @@ namespace Workbench\App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\HasMany; +use Illuminate\Support\Carbon; use Workbench\Database\Factories\CategoryFactory; +/** + * @property int $id + * @property string $name + * @property Carbon|null $created_at + * @property Carbon|null $updated_at + * @property Carbon|null $deleted_at + */ class Category extends Model { /** -- cgit v1.2.3