Skip to content

Commit 0e310d2

Browse files
committed
namespace changes
1 parent 35f7644 commit 0e310d2

34 files changed

+34
-34
lines changed

examples/ci-3/aggregate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/count.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/distinct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/group_by.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/grouping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/having.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/insert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/join.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

examples/ci-3/like.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use RexShijaku\SQLToCIBuilder;
3+
use RexShijaku\SQLToCIBuilder\SQLToCIBuilder;
44

55
require_once dirname(__FILE__) . '/../../vendor/autoload.php';
66

0 commit comments

Comments
 (0)