File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` inspirecms-core ` will be documented in this file.
44
5+ ## 0.0.52 - 2025-05-13
6+
7+ ### What's Changed
8+
9+ * Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/4
10+
11+ ** Full Changelog** : https://github.com/solutionforest/Inspirecms-core/compare/0.0.51...0.0.52
12+
513## 0.0.51 - 2025-05-08
614
715** Full Changelog** : https://github.com/solutionforest/Inspirecms-core/compare/0.0.50...0.0.51
Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ class FileDto extends BaseDto
2525 public function getFullPath ()
2626 {
2727 $ fs = filled ($ this ->disk ) ? Storage::disk ($ this ->disk ) : Storage::getDriver ();
28+
2829 return $ fs ->path ($ this ->path );
2930 }
3031
3132 public function getUrl (): ?string
3233 {
3334 $ fs = filled ($ this ->disk ) ? Storage::disk ($ this ->disk ) : Storage::getDriver ();
35+
3436 return $ fs ->url ($ this ->path );
3537 }
3638
You can’t perform that action at this time.
0 commit comments