mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
9 lines
No EOL
145 B
PHP
9 lines
No EOL
145 B
PHP
<?php
|
|
|
|
use Entities\Track;
|
|
|
|
class HomeController extends Controller {
|
|
public function getIndex() {
|
|
return View::make('home.index');
|
|
}
|
|
} |