Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4d906
)
Add user controller squeleton
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:40:32 +0000
(
05:40
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:46:49 +0000
(
05:46
+0100)
Controller/UserController.php
[new file with mode: 0644]
patch
|
blob
diff --git a/Controller/UserController.php
b/Controller/UserController.php
new file mode 100644
(file)
index 0000000..
7f31086
--- /dev/null
+++ b/
Controller/UserController.php
@@ -0,0
+1,7
@@
+<?php
+
+namespace Rapsys\AirBundle\Controller;
+
+use Symfony\Component\HttpFoundation\Request;
+
+class UserController extends DefaultController {}