Skip to content

Commit 2bb3f35

Browse files
authoredOct 2, 2024
Merge pull request #39 from PhpSlides/dev
Dev
2 parents 99cdba8 + cfdcd67 commit 2bb3f35

File tree

9 files changed

+2
-15
lines changed

9 files changed

+2
-15
lines changed
 
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎app/Forge/SchemaDb/Customers/Customers.php ‎app/Forgery/SchemaDb/Customers/Customers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Forge\SchemaDb\Customers;
3+
namespace Forgery\SchemaDb\Customers;
44

55
use PhpSlides\Database\Database;
66

File renamed without changes.

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"autoload": {
99
"psr-4": {
1010
"App\\": ["app/"],
11-
"Forge\\": ["app/Forge/"]
11+
"Forgery\\": ["app/Forgery/"]
1212
}
1313
},
1414
"authors": [

‎src/bootstrap/app.php

-13
This file was deleted.

0 commit comments

Comments
 (0)