Skip to content

Commit

Permalink
chore: remove guarded config
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Jun 21, 2024
1 parent aade20f commit 3ac3844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stubs/model.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ use Illuminate\Database\Eloquent\Model;
class {{ class }} extends Model
{
use HasFactory;

public $guarded = [];
}

0 comments on commit 3ac3844

Please sign in to comment.