mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
18e41d2af4
Volume Slider Track Uploader Fav list A bunch of other things And stuff.
7 lines
No EOL
128 B
PHP
7 lines
No EOL
128 B
PHP
<?php
|
|
|
|
class UploaderController extends Controller {
|
|
public function getIndex() {
|
|
return View::make('shared.null');
|
|
}
|
|
} |