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
@@ -3,7 +3,7 @@ declare(strict_types=1);
namespace Database\Orm;
use JetBrains\PhpStorm\Pure;
use ReflectionException;
use Snowflake\Core\JSON;
use Snowflake\Core\Str;
@@ -61,7 +61,7 @@ trait Condition
* @param $join
* @return string
*/
#[Pure] private function builderJoin($join): string
private function builderJoin($join): string
{
if (!empty($join)) {
return ' ' . implode(' ', $join);