Blame view

frontend/controllers/AuthorController.php 299 Bytes
8f340aa7   Anastasia   - main page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?php
      /**
       * Created by PhpStorm.
       * User: stes
       * Date: 11.06.18
       * Time: 16:43
       */
      
      namespace frontend\controllers;
      
      use yii\web\Controller;
  
      class AuthorController extends Controller
      {
          public function actionIndex(){
          
          }
      }