Skip to content

Commit

Permalink
添加 IndexController
Browse files Browse the repository at this point in the history
  • Loading branch information
ueaner committed Feb 26, 2018
1 parent 43444f1 commit e010425
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/Controllers/IndexController.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace App\Controllers;

class IndexController extends Controller
{
public function index()
{
$this->view->setVar('name', 'Soli');
}
}

0 comments on commit e010425

Please sign in to comment.