Commit a359c34
chore: remove old Storage abstraction layer
Removed:
- src/Storage/Contracts/StorageDriver.php
- src/Storage/RedisStorageDriver.php
- src/Storage/DatabaseStorageDriver.php
- src/Storage/StorageManager.php
- config references to storage_drivers
These classes are no longer needed after refactoring to use
Laravel's Redis facade directly via RedisMetricsStore.
The new approach is simpler, more maintainable, and leverages
Laravel's built-in features instead of custom abstractions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4b0dc8c commit a359c34
File tree
5 files changed
+1
-660
lines changed- config
- src/Storage
- Contracts
5 files changed
+1
-660
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
169 | 167 | | |
170 | 168 | | |
171 | 169 | | |
172 | | - | |
| 170 | + | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
176 | 174 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | 175 | | |
183 | 176 | | |
184 | 177 | | |
| |||
This file was deleted.
0 commit comments