Barryvdh\Debugbar\Storage\FilesystemStorage::get PHP Method

get() public method

{@inheritDoc}
public get ( $id )
    public function get($id)
    {
        return json_decode($this->files->get($this->makeFilename($id)), true);
    }