<?php
namespace Illuminate\Contracts\Support;
interface DeferrableProvider
{
/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides();
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository