Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add argument
storagePath
method of theIlluminate\Contracts\Foundation\Application
interface has been updated to accept a path on the argument. LINKlangPath
method of theIlluminate\Foundation\Application
class has been updated to accept a path on the argument. LINKtouch
method of theIlluminate\Database\Eloquent\Model
abstract class has been updated to accept an attribute on the argument. LINKflush
method of theIlluminate\Queue\Failed\FailedJobProviderInterface
abstract class has been updated to accept hours on the argument. LINKvalidated
method of theIlluminate\Foundation\Http\FormRequest
abstract class has been updated to accept key and default values on the argument. LINKChange Method Visibility
ignore
method of theIlluminate\Foundation\Exceptions\Handler
class has been public. LINKRename method
reduceWithKeys
method of theIlluminate\Support\Enumerable
class has been removed. Instead, please use thereduce
method. LINKreduceMany
method of theIlluminate\Support\Enumerable
class has been removed. Instead, please use thereduceSpread
method. LINKgetSwiftMessage
method of theIlluminate\Mail\Message
class has been removed. Instead, please use thegetSymfonyMessage
method. LINKwithSwiftMessage
method of theIlluminate\Mail\Mailable
class has been removed. Instead, please use thewithSymfonyMessage
method. LINKwithSwiftMessage
method of theIlluminate\Notifications\Messages\MailMessage
class has been removed. Instead, please use thewithSymfonyMessage
method. LINKgetSwiftMailer
method of theIlluminate\Mail\Mailer
class has been removed. Instead, please use thegetSymfonyTransport
method. LINKsetSwiftMailer
method of theIlluminate\Mail\Mailer
class has been removed. Instead, please use thesetSymfonyTransport
method. LINKcreateTransport
method of theIlluminate\Mail\MailManager
class has been removed. Instead, please use thecreateSymfonyTransport
method. LINKassertDeleted
method of theIlluminate\Testing\TestResponse
class has been removed. Instead, please use theassertModelMissing
method. LINK and LINKCloses #38