Property | Type | Description | |
---|---|---|---|
$clients | ClientRepository | The client repository implementation. |
Method | Description | |
---|---|---|
__construct ( App\Repositories\Client\ClientRepositoryContract $clients ) : void | Create a new profile composer. | |
compose ( Illuminate\View\View $view ) : void | Bind data to the view. |
public __construct ( App\Repositories\Client\ClientRepositoryContract $clients ) : void | ||
$clients | App\Repositories\Client\ClientRepositoryContract | |
return | void |