fixups
This commit is contained in:
@@ -58,7 +58,7 @@ class DBStructure
|
||||
}
|
||||
|
||||
/**
|
||||
* Dops a specific table
|
||||
* Drops a specific table
|
||||
*
|
||||
* @param string $table the table name
|
||||
*
|
||||
|
||||
@@ -45,9 +45,8 @@ class DatabaseException extends Exception
|
||||
*/
|
||||
public function __construct(string $message, int $code, string $query, Throwable $previous = null)
|
||||
{
|
||||
$this->query = $query;
|
||||
|
||||
parent::__construct(sprintf('"%s" at "%s"', $message, $query) , $code, $previous);
|
||||
$this->query = $query;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user