diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-05 12:40:39 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-05 12:40:39 +0000 |
| commit | 9f81c5d8b00afbe6c72025208fc2f996c5da2edb (patch) | |
| tree | 5dc307c77ac0941ac4be22d796494d027fc92b1f | |
| parent | 8dc14b6b9a9619690c379d92ff9c114583f249cb (diff) | |
| download | illuminate-firebird-9f81c5d8b00afbe6c72025208fc2f996c5da2edb.tar.gz illuminate-firebird-9f81c5d8b00afbe6c72025208fc2f996c5da2edb.tar.bz2 illuminate-firebird-9f81c5d8b00afbe6c72025208fc2f996c5da2edb.zip | |
Correction to autoload path ... I hope
| -rw-r--r-- | composer.json | 2 |
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": { |
