deployer icon indicating copy to clipboard operation
deployer copied to clipboard

Add a check for non-serilizable configs

Open antonmedv opened this issue 3 years ago • 0 comments

A check should prevent setting closures and classes in config.

This is NOT allowed:

host('host')
    ->set('test_local', [
            function () {
                return 'test value';
            }
        ]
    );

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

antonmedv avatar Dec 29 '22 19:12 antonmedv