This commit is contained in:
2020-12-17 14:12:44 +08:00
parent 9516baef92
commit 33e5416dda
38 changed files with 100 additions and 101 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ declare(strict_types=1);
namespace Database;
use JetBrains\PhpStorm\Pure;
use ReflectionException;
use Snowflake\Abstracts\Component;
use Database\Mysql\Schema;
@@ -152,7 +152,7 @@ class Connection extends Component
* @param $sql
* @return bool
*/
#[Pure] public function isWrite($sql): bool
public function isWrite($sql): bool
{
if (empty($sql)) return false;