We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233c094 commit 01408a2Copy full SHA for 01408a2
laravel/app/Http/Controllers/Bus/IndexController.php
@@ -48,8 +48,8 @@ public function getList(Request $request)
48
break;
49
50
default:
51
- // $list = BusRepository::getInstent()->getList($line);
52
- $list = [];
+ $list = BusRepository::getInstent()->getList($line);
+ // $list = [];
53
if (empty($list)) {
54
$list = NewBusRepository::getInstent()->getLine($line);
55
}
0 commit comments