Skip to content

Commit

Permalink
fix: fix storage_path declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Oct 11, 2023
1 parent 424bccf commit c9a614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundation/src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function database_path(string $path = ''): string
/**
* Get the path to the storage folder.
*/
function database_path(string $path = ''): string
function storage_path(string $path = ''): string
{
return base_path("storage/{$path}");
}
Expand Down

0 comments on commit c9a614a

Please sign in to comment.