Marks fork as 2.0.0.

This commit is contained in:
Pierre Lannoy 2024-03-30 16:44:38 +01:00
commit 8d8de4a2b0
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31
81 changed files with 1921 additions and 3954 deletions

View file

@ -1,8 +1,7 @@
<?php
namespace Arendsen\FluxQueryBuilder\Builder;
namespace Hosterra\FluxBuilder\Builder;
interface QueryBuilderInterface
{
public function build(): string;
interface QueryBuilderInterface {
public function build(): string;
}