App\Http\Controllers\ExpenseController::show PHP Method

show() public method

public show ( $publicId )
    public function show($publicId)
    {
        Session::reflash();
        return Redirect::to("expenses/{$publicId}/edit");
    }