thumbor-php
thumbor-php copied to clipboard
Laravel Service Provider binding should not be a singleton
As a singleton, Laravel will reuse an instance of Thumbor that has already been instantiated. This will result in the preservation of filters and other settings across multiple uses of the Thumbor facade or anywhere Laravel resolves the dependency automatically. The developer using the Thumbor facade may not expect this behavior.
If this should be expected behavior, let me know!