Skip to content

Commit fb1e6a3

Browse files
authored
chore: Merge pull request #268 from WebFiori/dev
Release-As: v3.0.0-Beta.29
2 parents 19fc94a + c2bac79 commit fb1e6a3

File tree

275 files changed

+1612
-1475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+1612
-1475
lines changed

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ composer.lock
77
*.cache
88
cs-fixer.phar
99
*.log
10-
src/app/storage
11-
app/storage
1210
/release/
1311
php-cs-fixer-v2.phar
14-
app/sto
15-
app/config/*
12+
App/sto
13+
App/Config/*
1614
.idea/*
17-
!/app/config/config-with-err-00.json
15+
!/App/Config/config-with-err-00.json
1816
*.Identifier
1917
tests/clover.xml
2018
/.vscode
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace app\apis;
2+
namespace App\Apis;
33

44
use WebFiori\Http\Response;
55

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace app\database;
2+
namespace App\Database;
33

44
use WebFiori\Database\MySql\MySQLTable;
55
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace app\database;
2+
namespace App\Database;
33

44
use WebFiori\Database\MySql\MySQLTable;
55
/**

0 commit comments

Comments
 (0)