Closed Rinze-Smits closed 5 years ago
Use fully qualified name for Arr in eval'd code as eval'd code doesn't have a namespace (it is executed as if in a new file).
Great catch—thanks, @Rinze-Smits!
Merged and released as v2.4.1.
Cheers!
🤓🙏🤓
Please note—after updating Tinx (composer update ajthinking/tinx), you'll probably need to clear your cached Laravel views (php artisan view:clear) before you can run Tinx again without issue.
composer update ajthinking/tinx
php artisan view:clear
🤓👍
Use fully qualified name for Arr in eval'd code as eval'd code doesn't have a namespace (it is executed as if in a new file).