OwlCyberSecurity - MANAGER
Edit File: JoinType.php
<?php namespace Give\Framework\QueryBuilder\Types; /** * @since 2.19.0 */ class JoinType extends Type { const INNER = 'INNER'; const LEFT = 'LEFT'; const RIGHT = 'RIGHT'; }