Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class MariaDbGrammar extends Base implements JsonGrammar |
||
10 | { |
||
11 | use CompilesMySqlJsonQueries; |
||
12 | |||
13 | /** |
||
14 | * Determine whether the database supports the "member of" operator. |
||
15 | * |
||
16 | * @param \Illuminate\Database\ConnectionInterface $connection |
||
17 | * @return bool |
||
18 | */ |
||
19 | public function supportsMemberOf(ConnectionInterface $connection): bool |
||
24 |