Commit db6f5724 by Juliper

no message

parent 4775f7e1
...@@ -21,7 +21,7 @@ use PhpParser\Node\Stmt\Const_; ...@@ -21,7 +21,7 @@ use PhpParser\Node\Stmt\Const_;
use Psy\Command\ListCommand\ConstantEnumerator; use Psy\Command\ListCommand\ConstantEnumerator;
class CobaController extends Controller class GuestController extends Controller
{ {
public function route(){ public function route(){
...@@ -45,7 +45,7 @@ class CobaController extends Controller ...@@ -45,7 +45,7 @@ class CobaController extends Controller
->select('pemilikhomestay.*','homestay.*') ->select('pemilikhomestay.*','homestay.*')
->where('homestay.id','=',$id) ->where('homestay.id','=',$id)
->get(); ->get();
$daftarBook = DB::table('daftar_book') $daftarBook = DB::table('daftar_book')
->select('daftar_book.*') ->select('daftar_book.*')
->where('daftar_book.homestay','=',$id) ->where('daftar_book.homestay','=',$id)
......
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