Home »
MCQs »
Laravel MCQs
____ provide a 'static' interface to classes that are available in the application service container
59. ____ provide a "static" interface to classes that are available in the application service container?
- Events
- Facades
- Views
Answer: B) Facades
Explanation:
Facades provide a "static" interface to classes that are available in the application service container.