Skip to content

Commit

Permalink
$source not $this
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jun 5, 2024
1 parent 155ff35 commit d720af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assets/AssetContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static function makeModelFromContract(AssetContainerContract $source)
'search_index' => $source->searchIndex(),
'source_preset' => $source->sourcePreset,
'warm_presets' => $source->warmPresets,
'validation_rules' => $this->validationRules(),
'validation_rules' => $source->validationRules(),
],
]);

Expand Down

0 comments on commit d720af1

Please sign in to comment.