diff options
author | Camil Staps | 2015-02-21 13:45:31 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-21 13:45:31 +0100 |
commit | 1608adfa7bfbf027bddffe4051637bf65ce03622 (patch) | |
tree | 32bf7e57e2cb0b015a1a479e5bd2deb2664e8948 /src/controllers/UploadController.php | |
parent | added migrations, created basic app relying on dingo (diff) |
Basic controllers and authentication
Diffstat (limited to 'src/controllers/UploadController.php')
-rw-r--r-- | src/controllers/UploadController.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/controllers/UploadController.php b/src/controllers/UploadController.php deleted file mode 100644 index 7ea7f72..0000000 --- a/src/controllers/UploadController.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -namespace CamilStaps\BotleaguesApi; - -class UploadController extends \Illuminate\Routing\Controller { - - public function show($id) { - return 'Hello ' . $id; - } - -}
\ No newline at end of file |