phpgearbox / session

Laravel Sessions Standalone
MIT License
16 stars 3 forks source link

Method flash not found in Gears\Session #5

Open osc2nuke opened 6 years ago

osc2nuke commented 6 years ago

Using phpStorm i get a notice in my controller:

"Method flash not found in \Gears\Session. Referenced Method is not found in subject class"

in my controller: Session::flash('message', $product->getName() . ' added to cart'); in my View: ` @if ($flash = Session::get('message'))

{{$flash}}
    @endif

`

But the call works: https://www.youtube.com/watch?v=WtJbyb7TgCk