Hi,
I'm trying to read the contents of the file, which has
'enabled' => env('ADMIN_ENABLED', true),
But as you might expect, it's returning undefined.
Is there a way to reach that key's raw data like string?
Current parser is using expr but couldn't see anything to convert that expr object back to string?