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 b515b29 commit 4036b59Copy full SHA for 4036b59
config/dbm.php
@@ -13,7 +13,7 @@
13
*/
14
15
'base_path' => '',
16
-
+
17
/*
18
|-------------------------------------------------------------
19
| Prefix
src/Helpers/helpers.php
@@ -26,7 +26,7 @@ function dbm_base_path()
26
{
27
return rtrim(config('dbm.base_path'), '/') ?? '';
28
}
29
- }
+}
30
31
if (! function_exists('is_json')) {
32
function is_json($string)
0 commit comments