<?php

class InvSwController extends Controller
{
	public function actionIndex()
	{
		$this->render('index');
	}

}
