Skip to content

Commit 7328413

Browse files
committed
fix: change storage path for config file folder
1 parent 7079649 commit 7328413

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

config/telegram-git-notifier.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?php
22

3-
$configFileStorageFolder = env(
4-
'TGN_CONFIG_FILE_STORAGE_FOLDER',
5-
storage_path('/app/vendor/tg-notifier/jsons')
3+
$configFileStorageFolder = storage_path(
4+
env('TGN_CONFIG_FILE_STORAGE_FOLDER', '/app/vendor/tg-notifier/jsons')
65
);
76

87
return [

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ parameters:
66
paths:
77
- src
88
- routes
9-
- config
109
tmpDir: build/phpstan
1110
checkOctaneCompatibility: true
1211
checkModelProperties: true

0 commit comments

Comments
 (0)