change test db connection to mysql

This commit is contained in:
Jack Goh
2018-08-02 12:22:02 +08:00
parent 305fc2cedc
commit 0a672eda6e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class BookingController extends Controller
}
return $bookings;
}
}
public function adminIndex(){
$user = Auth::user();