Property | Type | Description | |
---|---|---|---|
$users | UserRepository | The User repository implementation. |
Method | Description | |
---|---|---|
__construct ( App\Repositories\User\UserRepositoryContract $users ) : void | Create a new profile composer. | |
compose ( Illuminate\View\View $view ) : void | Bind data to the view. |
public __construct ( App\Repositories\User\UserRepositoryContract $users ) : void | ||
$users | App\Repositories\User\UserRepositoryContract | |
return | void |