Skip to content

Commit 4036b59

Browse files
committed
Fixed styleci
1 parent b515b29 commit 4036b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/dbm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
'base_path' => '',
16-
16+
1717
/*
1818
|-------------------------------------------------------------
1919
| Prefix

src/Helpers/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function dbm_base_path()
2626
{
2727
return rtrim(config('dbm.base_path'), '/') ?? '';
2828
}
29-
}
29+
}
3030

3131
if (! function_exists('is_json')) {
3232
function is_json($string)

0 commit comments

Comments
 (0)