TalentLibrary.php 452 B

123456789101112131415161718192021222324
  1. <?php
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. namespace app\enterprise\controller;
  8. use app\enterprise\common\EnterpriseController;
  9. /**
  10. * Description of TalentLibrary
  11. *
  12. * @author sgq
  13. */
  14. class TalentLibrary extends EnterpriseController {
  15. public function index() {
  16. return view();
  17. }
  18. }