summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-05 12:40:39 +0000
committerlsces <lester@lsces.co.uk>2026-03-05 12:40:39 +0000
commit9f81c5d8b00afbe6c72025208fc2f996c5da2edb (patch)
tree5dc307c77ac0941ac4be22d796494d027fc92b1f /composer.json
parent8dc14b6b9a9619690c379d92ff9c114583f249cb (diff)
downloadilluminate-firebird-9f81c5d8b00afbe6c72025208fc2f996c5da2edb.tar.gz
illuminate-firebird-9f81c5d8b00afbe6c72025208fc2f996c5da2edb.tar.bz2
illuminate-firebird-9f81c5d8b00afbe6c72025208fc2f996c5da2edb.zip
Correction to autoload path ... I hope
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 7ed6234..6f5438c 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
},
"autoload": {
"psr-4": {
- "Firebird\\": "src/"
+ "Firebird\\Illuminate\\": "src/illuminate/"
}
},
"extra": {