Skip to content

Commit

Permalink
Remove duplicate property declarations in Fileable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 authored Jun 8, 2024
1 parent 18916d1 commit 0adbdb3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Traits/Fileable.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ trait Fileable
*/
public string|array $file_name = 'file';

/**
* Legacy mode is used to support media files that were saved before the introduction of the fileable trait
*/
protected bool $legacyMode = false;

/**
* Apply default file if no file is found
* If set to false missing files will not be replaced with the default URL
Expand All @@ -67,11 +62,6 @@ trait Fileable
*/
protected bool $legacyMode = false;

/**
* Apply default image if no image is found
*/
protected bool $applyDefault = false;

public function __construct(array $attributes = [])
{
parent::__construct($attributes);
Expand Down

0 comments on commit 0adbdb3

Please sign in to comment.