Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Quick fix for breaking change in Laravel 4 #162

Closed
wants to merge 1 commit into from

Conversation

amrith92
Copy link

A recent laravel-4 update made the method Input::hasSessionStore() deprecated; breaking validation. The method to be used instead is Input::hasSession().

The current master throws this exception:

PHP Fatal error: Call to undefined method Illuminate\Http\Request::hasSessionStore() in vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 205

This change fixes it. See issue #155

deprecated; breaking valid model-code. The method to be used
instead is Input::hasSession().
@warksit
Copy link
Contributor

warksit commented Jan 23, 2014

See #154

@amrith92 amrith92 closed this Jan 23, 2014
@AleksMeshkov
Copy link

@amrith92, oh thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants