Skip to content

Commit 3387cb0

Browse files
committed
test
1 parent 876ce14 commit 3387cb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

laravel/app/Http/Controllers/Bus/IndexController.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,8 @@ public function search(Request $request)
107107
return $this->out(200, $list);
108108
}
109109

110+
public function getMe($req)
111+
{
112+
return $req;
113+
}
110114
}

0 commit comments

Comments
 (0)