<?php namespace DummyNamespace; use Illuminate\Support\ServiceProvider; class DummyClass extends ServiceProvider { /** * Bootstrap the application services. * * @return void */ public function boot() { // } /** * Register the application services. * * @return void */ public function register() { // } }