More changes
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Core\Welcome;
|
||||
|
||||
use RR\Response as R;
|
||||
|
||||
class WelcomeController{
|
||||
|
||||
function welcome(){
|
||||
R::json(Array('message' => \Lang::getString('welcome', 'welcome')))->send()->done();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user