Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Oct 25, 2023
1 parent 391ff93 commit 85330e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/Fields/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function persist(Request $request, Model $model, mixed $value): void
/**
* Prune the related models.
*/
protected function prune(Request $request, Model $model, array $keys): int
public function prune(Request $request, Model $model, array $keys): int
{
$count = 0;

Expand Down
5 changes: 0 additions & 5 deletions tests/phpstan/MetaDataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@
class MetaDataModel extends Model
{
use HasMetaData;

/**
* The Blade template.
*/
protected string $template = 'meta.field';
}

0 comments on commit 85330e1

Please sign in to comment.