Implement package limit notification system
This commit is contained in:
29
config/package-limits.php
Normal file
29
config/package-limits.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'photo_thresholds' => [
|
||||
0.8,
|
||||
0.95,
|
||||
],
|
||||
'guest_thresholds' => [
|
||||
0.8,
|
||||
0.95,
|
||||
],
|
||||
'gallery_warning_days' => [
|
||||
7,
|
||||
1,
|
||||
],
|
||||
'event_thresholds' => [
|
||||
0.8,
|
||||
0.95,
|
||||
],
|
||||
'package_expiry_days' => [
|
||||
30,
|
||||
7,
|
||||
1,
|
||||
],
|
||||
'credit_thresholds' => [
|
||||
5,
|
||||
1,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user