Skip to content

Commit eb50b47

Browse files
committed
Merge branch 'master' of github.com:gabordemooij/redbean
2 parents 9493145 + d6da16f commit eb50b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RedBeanPHP/Facade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ public static function addDatabase( $key, $dsn, $user = NULL, $pass = NULL, $fro
422422

423423
/**
424424
* Creates a toolbox. This method can be called if you want to use redbean non-static.
425-
* It has the same interface as R::setup(). The createToolbx() method can be called
426-
* without any arguments, in this case it will try to create a SQLite database in
427-
* /tmp called red.db (this only works on UNIX-like systems).
425+
* It has the same interface as R::setup(). The createToolbx() method can be called
426+
* without any arguments, in this case it will try to create a SQLite database in
427+
* /tmp called red.db (this only works on UNIX-like systems).
428428
*
429429
* Usage:
430430
*

0 commit comments

Comments
 (0)