Skip to content

Commit

Permalink
Update modules/system/traits/AssetMaker.php
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Towers <[email protected]>
  • Loading branch information
bennothommo and LukeTowers authored Dec 22, 2023
1 parent 64f7497 commit b46d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/traits/AssetMaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ protected function getLocalPath(?string $relativePath)
/**
* Prioritise assets based on a given "priority" level.
*/
public function prioritiseAssets(array $assets): array
public function prioritizeAssets(array $assets): array
{
// Copy assets array so that the stored asset array is not modified.
$sortedAssets = $assets;
Expand Down

0 comments on commit b46d04d

Please sign in to comment.