Skip to content

Commit 2dd8d38

Browse files
committed
Deleted all files.
1 parent b6aa94e commit 2dd8d38

File tree

295 files changed

+17
-1828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+17
-1828
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ npm-debug.log
1111
yarn-error.log
1212
mix-manifest.json
1313
/bower_components
14-
/dbdata
14+
/dbdata/**

app/Repositories/ZenRoomRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function createHotel(array $params) : string {
131131

132132
} catch( Exception $e ) {
133133

134-
134+
echo $e->getMessage(); die;
135135
if( $e->getCode() == 23000 ) {
136136
$statusCode = Response::HTTP_BAD_REQUEST;
137137
$message = 'New Hotel Could Not Be Added. Hotel Name Can Not Be Same!!';

dbdata/mysql/auto.cnf

Lines changed: 0 additions & 2 deletions
This file was deleted.

dbdata/mysql/ca-key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

dbdata/mysql/ca.pem

Lines changed: 0 additions & 18 deletions
This file was deleted.

dbdata/mysql/client-cert.pem

Lines changed: 0 additions & 18 deletions
This file was deleted.

dbdata/mysql/client-key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

dbdata/mysql/ib_buffer_pool

Lines changed: 0 additions & 124 deletions
This file was deleted.

dbdata/mysql/ib_logfile0

-48 MB
Binary file not shown.

dbdata/mysql/ib_logfile1

-48 MB
Binary file not shown.

0 commit comments

Comments
 (0)