App\Http\Controllers\Backend\CommentController::__construct PHP Method

__construct() public method

public __construct ( $repository = '' )
    public function __construct($repository = '')
    {
        $this->repository = $repository;
    }