fixing issue of Custom Case List not showed, and some translation issues

This commit is contained in:
Fernando Ontiveros
2025-08-13 22:47:29 -04:00
parent 790ef2fca2
commit 6c857e9e77
5 changed files with 26 additions and 26 deletions

View File

@@ -23,5 +23,5 @@ return [
| directory. However, as usual, you are free to change this value.
|
*/
'compiled' => realpath(dirname(__DIR__) . '/' . 'bootstrap/cache/views')
'compiled' => base_path("shared")
];