Changeset c6b84df for config/app.php
- Timestamp:
- 10/21/21 23:45:59 (3 years ago)
- Branches:
- develop, master
- Children:
- 4b7e2d3
- Parents:
- 6b95845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/app.php
r6b95845 rc6b84df 162 162 Illuminate\Validation\ValidationServiceProvider::class, 163 163 Illuminate\View\ViewServiceProvider::class, 164 Maatwebsite\Excel\ExcelServiceProvider::class, 164 165 165 166 /* … … 229 230 'Validator' => Illuminate\Support\Facades\Validator::class, 230 231 'View' => Illuminate\Support\Facades\View::class, 232 'Excel' => Maatwebsite\Excel\Facades\Excel::class, 231 233 232 234 ],
Note:
See TracChangeset
for help on using the changeset viewer.