Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply fixes from StyleCI #25776

Merged
merged 1 commit into from
Sep 25, 2018
Merged

Apply fixes from StyleCI #25776

merged 1 commit into from
Sep 25, 2018

Conversation

taylorotwell
Copy link
Member

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

[ci skip] [skip ci]
@taylorotwell taylorotwell merged commit c6bdec8 into queued-closures Sep 25, 2018
@taylorotwell taylorotwell deleted the analysis-8A9BbB branch September 25, 2018 20:01
taylorotwell added a commit that referenced this pull request Sep 26, 2018
* Initial pass at queuable closures.

This reintroduces a feature that was previously present in early versions of Laravel queues. However, there have been improvements to serializable closure libraries in the meantime which allows for better security and better handling of Eloquent models and collections. Namely, signing closures with a hash to prevent modification and arbitrary code execution, as well as transforming and resolving models and collections to ModelIdentifier instances.

* Apply fixes from StyleCI (#25776)

* use config on app

* add dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant