Commit 1a80e4cd authored by clone's avatar clone

bug

parent b2695e8f
<?php
namespace app\index\controller;
/**
* Created by PhpStorm.
* User: hu jun
* User: liu yin ping
* Date: 2018/3/13
* Time: 15:48
*/
namespace app\index\controller;
use app\index\extend\Basic;
class InspectionRecord extends Basic{
public function inspectionRecordList(){
if (!$this->request->isAjax()) {
return view('inspection/inspectionRecord');
}
}
class InspectionRecord extends Basic
{
public function inspectionRecordList()
{
if (!$this->request->isAjax()) {
return view('inspection/inspectionRecord');
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment