Upgrade to 3.2.0
This commit is contained in:
@@ -9,6 +9,12 @@ use Kirby\Toolkit\Str;
|
||||
|
||||
/**
|
||||
* SQL Query builder
|
||||
*
|
||||
* @package Kirby Database
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link https://getkirby.com
|
||||
* @copyright Bastian Allgeier GmbH
|
||||
* @license https://opensource.org/licenses/MIT
|
||||
*/
|
||||
class Sql
|
||||
{
|
||||
@@ -30,7 +36,7 @@ class Sql
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param Database $database
|
||||
* @param Kirby\Database\Database $database
|
||||
*/
|
||||
public function __construct($database)
|
||||
{
|
||||
|
Reference in New Issue
Block a user