Dashboard.php 222 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: ring
  5. * Date: 2019/7/11
  6. * Time: 下午3:35
  7. */
  8. namespace App\Admin\Util;
  9. class Dashboard
  10. {
  11. public static function title()
  12. {
  13. return view('admin.title');
  14. }
  15. }