Skip to content
This repository was archived by the owner on Sep 28, 2018. It is now read-only.
This repository was archived by the owner on Sep 28, 2018. It is now read-only.

Method flash not found in Gears\Session #5

@osc2nuke

Description

@osc2nuke

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')) <div class="alert alert-success alert-dismissible fade show"><button type="button" class="close" data-dismiss="alert">&times;</button>{{$flash}}</div> @endif

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions