App\Http\Controllers\TrashController::index PHP 메소드

index() 공개 메소드

public index ( )
    public function index()
    {
        $wastes = XeTrash::gets();
        return XePresenter::make('trash.index', ['wastes' => $wastes]);
    }
TrashController