app/Http/Controllers/ReceiptController.php を更新
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 24s
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 24s
This commit is contained in:
parent
e5e8ef5a75
commit
29ce166b4d
@ -181,7 +181,6 @@ class ReceiptController extends Controller
|
|||||||
|
|
||||||
$krgmStoragePath = config('app.krgm_storage_path');
|
$krgmStoragePath = config('app.krgm_storage_path');
|
||||||
$linkPath = public_path('other-storage');
|
$linkPath = public_path('other-storage');
|
||||||
dd($linkPath);
|
|
||||||
if (!file_exists($linkPath)) {
|
if (!file_exists($linkPath)) {
|
||||||
symlink($krgmStoragePath, $linkPath);
|
symlink($krgmStoragePath, $linkPath);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user