Skip to content

Commit 0a03eb1

Browse files
committed
Add extras disk
1 parent e97a405 commit 0a03eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NativeServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ protected function configureDisks(): void
216216
'NATIVEPHP_PICTURES_PATH' => 'pictures',
217217
'NATIVEPHP_VIDEOS_PATH' => 'videos',
218218
'NATIVEPHP_RECENT_PATH' => 'recent',
219+
'NATIVEPHP_EXTRAS_PATH' => 'extras',
219220
];
220221

221222
foreach ($disks as $env => $disk) {

0 commit comments

Comments
 (0)