Pony.fm/app/controllers/PlaylistsController.php
2013-07-25 16:33:12 -05:00

7 lines
No EOL
133 B
PHP

<?php
class PlaylistsController extends Controller {
public function getIndex() {
return View::make('playlists.index');
}
}