add guarded columns to permission table

This commit is contained in:
2025-05-07 10:35:29 +03:30
parent ee83c776ec
commit bc6bf644d9
11 changed files with 12 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ use Illuminate\Database\Eloquent\Model;
class Category extends Model
{
/** @use HasFactory<\Database\Factories\CategoryFactory> */
use HasFactory;
protected $guarded = ['id'];
}