furey / tinx

⛔️ Laravel Tinx is archived and no longer maintained.
449 stars 37 forks source link

Fix for issue 69. Use fully qualified name for Arr in eval'd code #70

Closed Rinze-Smits closed 5 years ago

Rinze-Smits commented 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).

furey commented 5 years ago

Great catch—thanks, @Rinze-Smits!

Merged and released as v2.4.1.

Cheers!

🤓🙏🤓

furey commented 5 years ago

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.

🤓👍