Guest User

Untitled

a guest
Jan 10th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. namespace project\commands
  2.  
  3. use yii\console\Controller;
  4.  
  5. class HelloController extends Controller
  6. {
  7. public function actionIndex()
  8. {
  9. echo 'hello';
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment