Skip to content

Commit

Permalink
Temporary disable unavailable options
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Dec 4, 2024
1 parent a5ef150 commit 14ee5f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/Domains/Taxonomy/Models/Taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class Taxonomy extends Model
'datetime' => 'Date Time',
'boolean' => 'Boolean',
'url' => 'URL',
'image' => 'Image'
// 'image' => 'Image'
// 'pdf' => 'PDF File'
];

protected $casts = [
Expand Down Expand Up @@ -83,4 +84,4 @@ protected static function newFactory()
{
return TaxonomyFactory::new();
}
}
}

0 comments on commit 14ee5f9

Please sign in to comment.