mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-03-19 17:57:12 +01:00
7 lines
No EOL
127 B
PHP
7 lines
No EOL
127 B
PHP
<?php
|
|
|
|
class AccountController extends Controller {
|
|
public function getIndex() {
|
|
return View::make('shared.null');
|
|
}
|
|
} |