routes: fix imports
This commit is contained in:
parent
c8f7bdf9cb
commit
794248d4d7
5 changed files with 13 additions and 5 deletions
config
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
// The number of days ellapsed before old activity log entries are deleted.
|
||||
// The number of days elapsed before old activity log entries are deleted.
|
||||
'prune_days' => env('APP_ACTIVITY_PRUNE_DAYS', 90),
|
||||
|
||||
// If set to true activity log entries generated by an admin user that is not also
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue