DarkGhostHunter / Laraconfig

Per-user settings repository system for Laravel
MIT License
173 stars 49 forks source link

Remove backslash to \Models before add namespace that already has \ a… #27

Closed ricventu closed 2 years ago

ricventu commented 2 years ago

Remove backslash to \Models before add namespace that already has \ at the end. Fix to #21

Es: \App\Models\MyModel to \App\Models\MyModel

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1569092580


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Migrator/Pipes/FindModelsWithSettings.php 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/Migrator/Pipes/FindModelsWithSettings.php 1 18.18%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1201388779: -0.2%
Covered Lines: 547
Relevant Lines: 589

💛 - Coveralls